@slack/types / ColorScheme
Type Alias: ColorScheme
type ColorScheme = "primary" | "danger";
Defined in: block-kit/composition-objects.ts:7
Re-usable labels for common color schemes present in Slack. danger displays with a red background (red text on
mobile), while primary displays with a green background (green text on mobile).