-
Notifications
You must be signed in to change notification settings - Fork 54
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
Dark mode: Tags #2283
Dark mode: Tags #2283
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
On the artboard, the background color of tags is solid. Just a quick talk about it at the daily to make sure the solution implemented here is fine from a design pov.
We should introduce Sass variables and CSS vars for default color and default background of tags.
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.
LGTM 👌
3674479
to
6bde2a6
Compare
Description
Tags in dark mode, by using existing Sass vars :
$tag-active-color
$white
var(--#{$prefix}highlight-color)
$tag-disabled-color
$gray-500
var(--#{$prefix}disabled-color)
$tag-border-color
$gray-500
var(--#{$prefix}border-color-translucent)
$tag-active-decoration-color
$black
var(--#{$prefix}highlight-bg)
$tag-color
var(--#{$prefix}tag-color)
var(--#{$prefix}body-color)
$tag-bg
var(--#{$prefix}tag-bg)
var(--#{$prefix}body-bg)
Links