UNPKG

@atlaskit/flag

Version:

A flag is used for confirmations, alerts, and acknowledgments that require minimal user interaction, often displayed using a flag group.

7 lines 247 B
export const flagBackgroundColor = { error: 'color.background.danger.bold', info: 'color.background.neutral.bold', normal: 'elevation.surface.overlay', success: 'color.background.success.bold', warning: 'color.background.warning.bold' };