mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
ER styles: define (old) hardcoded values for themes to use
This commit is contained in:
parent
9cb7054ff9
commit
826cd67cc8
8
src/themes/erDiagram-oldHardcodedValues.ts
Normal file
8
src/themes/erDiagram-oldHardcodedValues.ts
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @file Values that have been hardcoded in src/diagrams/er/styles.js. These can be used by
|
||||||
|
* theme-_._ files to maintain display styles until themes, styles, renderers are revised. --
|
||||||
|
* 2022-09-22
|
||||||
|
*/
|
||||||
|
export const oldAttributeBackgroundColorOdd = '#ffffff';
|
||||||
|
export const oldAttributeBackgroundColorEven = '#f2f2f2';
|
||||||
|
export const oldAttributeBoxTextColor = '#ff0000';
|
Loading…
x
Reference in New Issue
Block a user