-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Improve theme switcher UX (#3497) #3844
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of styling tweaks to make it consistent with the other nav items:
The base styling here needs its group hover updated to
dark:group-hover:text-gray-300
And the icon only styling here needs updated to:
icon_only: 'text-gray-400'
6570703
to
a45530c
Compare
@KevinMulhern Done ✔️ |
073b571
to
a29d82a
Compare
Need to fix a spec; something has regressed after some other recent merges |
My bad @ChargrilledChook, looks like a flaky test I've introduced. This should be the fix |
a29d82a
to
ad8d3ad
Compare
Should be fine once #3948 is merged |
Because: * Current behaviour is inconsistent and confusing This PR: * Moves theme switcher out of dropdown menu when logged in * Adjusts position to be consistent when logged in or out * Tidy broken Lookbook previews due to removal of GA tracking
ad8d3ad
to
7e152d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Because:
This PR: