Button color setting in the new version #1907
maciejzurkowski
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm a complete newbie. Please forgive me if this is a stupid question. I had version 2.4, and after updating, all my colors changed, even though I had this everywhere:
styles: >
.switch-button { background-color: ${state === 'on' ? '#FF9800' : '#5E503F'}
!important; } * { font-size: 16px !important; }
What do I need to do to make this work? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions