Skip to main content

@slack/web-api / ColorScheme

Type Alias: ColorScheme

type ColorScheme = "primary" | "danger";

Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:5

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).