ER styles: define (old) hardcoded values for themes to use

This commit is contained in:
Ashley Engelund (weedySeaDragon @ github) 2022-09-22 11:50:07 -07:00
parent 9cb7054ff9
commit 826cd67cc8

View 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';