-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[REF-2027] rx.color should accept "accent" as a valid color #2674
Comments
Please assign it to me |
picked up by OSS contributor wassafshahzad |
In the title did you mean accent ? |
yes 100% 😊. The generic name for the theme |
hey guys sorry i thought this was dormant or something, dropped the PR. The assignee can go ahead |
@Yummy-Yums You can take the issue since your already have a PR up. I can take another issue |
oh no, it's not cool..I'm already working on another issue as well..unexpected behaviour of a button so I'm investigating which will take some time. |
Describe the bug
No easy way to reference a shade of the primary theme accent_color without resorting to CSS var str literal like
var(--accent-10)
To Reproduce
ValueError: prop value for color of the `color` component should be one of the following: 'gray','mauve','slate','sage','olive','sand','tomato','red','ruby','crimson','pink','plum','purple','violet','iris','indigo','blue','cyan','teal','jade','green','grass','brown','orange','sky','mint','lime','yellow','amber','gold','bronze'. Got 'accent' instead
REF-2027
The text was updated successfully, but these errors were encountered: