You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2020. It is now read-only.
How can I most easily implement different color schemes for different users?
Use Case
Lets say I have an application with user login. Depending on a flag of the user (i.e. company A) I want to use a different color scheme than the default.
text colors
bg colors
border colors
The app can store the colors in a database, that's no problem. But what would be the best way to implement with tailwind?
Any thoughts?
The text was updated successfully, but these errors were encountered:
How can I most easily implement different color schemes for different users?
Use Case
Lets say I have an application with user login. Depending on a flag of the user (i.e. company A) I want to use a different color scheme than the default.
The app can store the colors in a database, that's no problem. But what would be the best way to implement with tailwind?
Any thoughts?
The text was updated successfully, but these errors were encountered: