IBadgeColor
@spartanfx/react / IBadgeColor
Interface: IBadgeColor
Represents the foreground (text) and background color of a status badge.
Properties
Property | Type | Description |
---|---|---|
bgcolor | string | The background color of the badge (e.g., #ffcc80 ). |
color? | string | Optional text color of the badge (e.g., #000000 ). |