You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
I am trying to change the colour of the Checkbox component using the 'primary' prop however this seems to only accept one of the options from the PRIMARY_COLORS array. I would like to have a color mapping of googleGreen 400 rather than the default 500. I tried something like this but it didn't work:
<Checkbox primary={ COLOR['googleGreen400'] } />
Is there a way to achieve this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
I am trying to change the colour of the Checkbox component using the 'primary' prop however this seems to only accept one of the options from the PRIMARY_COLORS array. I would like to have a color mapping of googleGreen 400 rather than the default 500. I tried something like this but it didn't work:
Is there a way to achieve this?
The text was updated successfully, but these errors were encountered: