Documentation / @zerotal/flow / index / FlashActionStyle
Interface: FlashActionStyle
Defined in: flow/src/types.ts:159
Constrained, inline styling for a toast action button. Kept to a small,
purge-proof set (toasts are built at runtime, so arbitrary Tailwind classes
would be stripped) — pick a color, a fill variant, and/or uppercase.
Extended by
Properties
color?
optionalcolor?:string
Defined in: flow/src/types.ts:161
Accent: a level name (success/error/warning/info), neutral, or any CSS color.
variant?
optionalvariant?:FlashActionVariant
Defined in: flow/src/types.ts:163
Fill style — soft (default), solid, or ghost.
uppercase?
optionaluppercase?:boolean
Defined in: flow/src/types.ts:165
Render the label uppercase (adds letter-spacing).