The colors defined in the Theme studio do not automatically apply to all components. It is sometimes necessary to apply a color manually.
To do so:
- Open a component's Styles tab.
-
Open a style accordion.
- Open the Text accordion, for example.
-
Select the Custom color button.
- In the Color dropdown menu, select a color, or a category from the Color mapping tab.
The color matches the theme, and it changes when a different theme becomes the default theme.
It is also possible to:
- Open the CSS properties accordion
- Enter a CSS property that takes a color as value.
- Assign the CSS property a CSS variable from the Theme studio.
For example:
color: var(--ft-custom-example);