Light/Dark Mode
Design Tokens
Each token accepts aThemeTokenInput — either a plain string (applies to both light and dark) or a { light?: string; dark?: string } object for per-mode values. If only one side is set, that value falls back to both modes.
Use updateSidenetStyledConfig() to customize colors, radii, and fonts: