Type Alias: CardTone

CardTone = "default" | "accent"

Supported card visual tones.

Example

const tone: CardTone = 'accent';