ColorScheme
@authgear/capacitor / ColorScheme
Enumeration: ColorScheme
ColorScheme represents the color scheme supported by Authgear. A colorscheme is either light or dark. Authgear supports both by default.
Enumeration Members
Dark
Dark:
"dark"
Force to use the dark color scheme in the AuthUI when the project config is "Auto".
Light
Light:
"light"
Force to use the light color scheme in the AuthUI when the project config is "Auto".