These modifiers override system-level user preferences for a subtree of the view hierarchy.Documentation Index
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
colorScheme forces light or dark appearance. dynamicTypeSize overrides the user’s preferred text size.
Both should be used sparingly — respecting the user’s system settings is the right default for accessibility. Use these modifiers for small, scoped exceptions like an always-dark header or a fixed-size logo.
colorScheme
Forces a specific color scheme (light or dark) for a component and its descendants.The color scheme to apply to this component subtree.
"colorScheme" key for the same effect.
Force dark mode on a section
dynamicTypeSize
Overrides the dynamic type size for a component and its descendants.The dynamic type size to apply. See DynamicTypeSize for available values. Default system size is
"large".See also
- environment — set environment values for a subtree
- font — set the font and size of text
- DynamicTypeSize — available dynamic type size values