-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(3000): Added link specific styles #17867
Conversation
📸 UI snapshots have been updated8 snapshot changes in total. 0 added, 8 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated8 snapshot changes in total. 0 added, 8 modified, 0 deleted:
Triggered by this commit. |
Why not use this lighter blue as the primary color (including buttons) in 3000 dark mode? |
Certainly could do. I actually found the light button to be almost too light as a button but then too dark as a link 😅 I'd be happy to also move to changing the buttons as well and just make the light color the new primary. @corywatilo thoughts? |
Hmm, yeah, it's going to be tricky. Let's try this for now. |
# Conflicts: # frontend/src/scenes/session-recordings/playlist/SessionRecordingPreview.tsx # frontend/src/scenes/session-recordings/playlist/SessionRecordingsPlaylistItem.tsx
Problem
Links in 3000 dark mode are just too dark...
Step 1: Give them all their own styles, so we can try a different color (I picked Github dark mode blue to start with)
I have no string opinion about the current dark mode link colors, other than it needs to change :D so consider this the piping needed for us to make the change
Changes
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
How did you test this code?