Replies: 1 comment 1 reply
-
I think you could configure the presets: theme: {
extend: {
colors: {
"pg-secondary": colors.red,
},
},
}, or override the classes in your .bg-pg-secondary-600 {
--tw-bg-opacity: 1;
background-color: rgb(235 37 37);
border-color: rgb(235 37 37);
}
.border-pg-secondary-600 {
--tw-border-opacity: 1;
border-color: rgb(235 37 37);
} |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
I can't change the toggle button colors. I followed the step-by-step instructions for "Creating your Custom Theme" (it doesn't show anything about the toggle button). No matter what I do, my toggle button always has the color as shown in the image below.
I'm using Tailwind Theme.
Beta Was this translation helpful? Give feedback.
All reactions