Package
v4.x
Description
I'm building a multitenant SaaS, in the brand settings I'd like to let the user preview a color picker (from TW primary colors) choice on an example button, without overriding the entire app UI.
<UTheme
:ui="{ colors: { primary: chosenColor } }"
>
however it seems currently UTheme is only for component overrides, not top level options like colors
Package
v4.x
Description
I'm building a multitenant SaaS, in the brand settings I'd like to let the user preview a color picker (from TW primary colors) choice on an example button, without overriding the entire app UI.
however it seems currently UTheme is only for component overrides, not top level options like
colors