How to apply primary color to all buttons #288
Unanswered
christianWiegand
asked this question in
Q&A
Replies: 1 comment
-
Hi This is a bootstrap 5 limitation, it does not use css variables for button colors, this might be solved in bootstrap 6 https://github.com/orgs/twbs/discussions/37057 Meanwhile I added a temporary patch to button color generation to use css variables to avoid this limitation in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I found that you can change the bootstrap colors in variables, but it seems as if it has no effect.
For example, I changed the primary color to green, and then added a bootstrap button that has the primary color.
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions