Budibase Theming #772
shogunpurple
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Hey @ll, |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
As a user, it is beneficial to be able to define some variables/themes at the top level of an application that can be used to control the look and feel of your application by changing a single color or applying a theme.
In budibase, styling the whole app in this way is difficult at the moment. My suggestion is that we define a "spec" for components that make use of some Budibase CSS variables that can be set at the top level:
--primary-color
--secondary-color
--tertiary-color
All budibase standard components will know about these - and they can be leveraged by component authors also, as well as adding their own.
Beta Was this translation helpful? Give feedback.
All reactions