darkIcons()
Sets dark mode icon overrides.
darkIcons(
overrides: Partial<Record<UIIconResource.IconName, UIIconResource>>,
): this;
Notes
- These icons are applied on top of base icons when dark mode is active.
Parameters
- overrides — Icon name to resource mapping.
Return value
The theme itself, for method chaining.
Related
class WebTheme
A class that represents a complete visual theme configuration.
