-
I want to change the default gray background when the button is disabled. I thought that could be archive using theme prop but to no avail. What I tried: <Button
theme={{colors: {disabled: 'red'}}
>
Press Me
<Button> Any idea on how to archive that? |
Beta Was this translation helpful? Give feedback.
Answered by
raajnadar
Mar 29, 2021
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
raajnadar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#2625