Type Alias: TextVariant
type TextVariant =
| "danger"
| "error"
| "info"
| "inverse"
| "primary"
| "secondary"
| "success"
| "tertiary"
| "warning";
Defined in: src/theme/components/types.ts:132
Color and semantic variants for text components