@atlaskit/flag
Version:
A flag is used for confirmations, alerts, and acknowledgments that require minimal user interaction, often displayed using a flag group.
13 lines (12 loc) • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.flagTextColor = void 0;
var flagTextColor = exports.flagTextColor = {
error: 'color.text.inverse',
info: 'color.text.inverse',
normal: 'color.text',
success: 'color.text.inverse',
warning: 'color.text.warning.inverse'
};