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 189 B
export var flagTextColor = { error: 'color.text.inverse', info: 'color.text.inverse', normal: 'color.text', success: 'color.text.inverse', warning: 'color.text.warning.inverse' };