UNPKG

@atlaskit/editor-plugin-text-color

Version:

Text color plugin for @atlaskit/editor-core

7 lines 257 B
export var overrideMarks = ['backgroundColor']; export var DEFAULT_COLOR = { // TODO: DSP-4137 - Remove usage of hardcoded color /* eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage */ color: '#172b4d', label: 'Dark gray' };