janiskelemen / formvuelar

Vue form components with server-side validation in mind
https://janiskelemen.github.io/formvuelar/
MIT License
300 stars 25 forks source link

Easy change of default teal color #16

Closed alexbet closed 3 years ago

alexbet commented 3 years ago

Hi,

Thanks for doing these components, very nice! I have a question. How can I easily change the default teal color to a color of my choosing?

Thanks!

janiskelemen commented 3 years ago

Hi,

if you use the fromvuelar default tailwind css you can just overwrite the colors like this: .fvl-submit-button { @apply bg-blue-500; }