-
Notifications
You must be signed in to change notification settings - Fork 13
fix: adjust colors for disabled menu item #619
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Beautiful! 👩🏻🍳 👌🏻
@@ -105,8 +105,7 @@ export const GenericMenuItem = styled.div` | |||
font: ${theme.click.genericMenu.item.typography.label.active}; | |||
} | |||
&[data-disabled] { | |||
background:${theme.click.genericMenu.item.color.background.disabled}; | |||
color:${theme.click.genericMenu.item.color.text.disabled}; | |||
color:${theme.global.color.text.disabled}; |
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.
This is not right
We need to update token instead of using the text disabled
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.
do you know how to do it?
I was under the impression that Gareth's the one who does this, but he's not back until July
if we have access, we should update the token 100%
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.
If you can help with that, it would be great, @vineethasok , otherwise we'll have to wait for Gareth's return.
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.
I'll create an issue to update the token and revert this line right after it, so that it won't get lost. Will post here a bit later
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.
we plan to revisit how colors are defined once Gareth is back from his vacation next month
this affects