Shadow outline should support color palette #1702
DavydeVries
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that you use in Tailwind UI (sign-in) the following class:
focus:shadow-outline-blue
Currently in TailwindCSS only support
.shadow-outline
akabox-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
So I blindly though that the color palette was generating shadow-outline classes with de specific color.
In my case I have a custom color palette:
I expected that it would be generating:
I know that I can extend the theme with customisation. But I have to add every color manually.
Beta Was this translation helpful? Give feedback.
All reactions