Custom Icon Color
Ce contenu n’est pas encore disponible dans votre langue.
The button has a default icon color of var(--o-accent-700)
in dark mode, var(--o-accent-050)
in light mode. This is the color used to style the icon if you use one. You can change this value by using the following CSS custom properties:
description | custom property |
---|---|
Icon color in light mode | --o_icon-color-light |
Icon color in light mode on hover | --o_icon-color-light-hover |
Icon color in dark mode | --o_icon-color-dark-hover |
Icon color in dark mode on hover | --o_icon-color-dark-hover |
Icon color | --o_icon-color |