UNPKG

@atlaskit/editor-plugin-text-color

Version:

Text color plugin for @atlaskit/editor-core

13 lines (12 loc) 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.overrideMarks = exports.DEFAULT_COLOR = void 0; var overrideMarks = exports.overrideMarks = ['backgroundColor']; var DEFAULT_COLOR = exports.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' };