@authgear/web / ColorScheme
Enumeration: ColorScheme
ColorScheme represents the color scheme supported by Authgear. A colorscheme is either light or dark. Authgear supports both by default.
Table of contents
Enumeration Members
Enumeration Members
Dark
• Dark = "dark"
Force to use the dark color scheme in the AuthUI when the project config is "Auto".
Defined in
packages/authgear-web/index.d.ts:41
Light
• Light = "light"
Force to use the light color scheme in the AuthUI when the project config is "Auto".
Defined in
packages/authgear-web/index.d.ts:37