Need help with props in react-jss #1515
Unanswered
Muntasir2001
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello, You should try that : const style = buttonStyle({color, bkgColor}); Props is an object. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi
so i am using react-jss with my react app
and for some reason, the props in jss are not working
here is the code
label, value works
its just bkgColor and color which doesnt work
this is how i am putton the button component
Beta Was this translation helpful? Give feedback.
All reactions