UPDATE: Adds web app (#79)
Things missing: * Browse mode * Front end tests * Storybook
This commit is contained in:
committed by
GitHub
parent
083548608e
commit
dc23a7f29c
18
webapp/src/components/WorksheetCanvas/constants.ts
Normal file
18
webapp/src/components/WorksheetCanvas/constants.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
export const headerCornerBackground = "#FFF";
|
||||
export const headerTextColor = "#333";
|
||||
export const headerBackground = "#FFF";
|
||||
export const headerGlobalSelectorColor = "#EAECF4";
|
||||
export const headerSelectedBackground = "#EEEEEE";
|
||||
export const headerFullSelectedBackground = "#D3D6E9";
|
||||
export const headerSelectedColor = "#333";
|
||||
export const headerBorderColor = "#DEE0EF";
|
||||
|
||||
export const gridColor = "#D3D6E9";
|
||||
export const gridSeparatorColor = "#D3D6E9";
|
||||
export const defaultTextColor = "#2E414D";
|
||||
|
||||
export const outlineColor = "#F2994A";
|
||||
export const outlineBackgroundColor = "#F2994A1A";
|
||||
|
||||
export const LAST_COLUMN = 16_384;
|
||||
export const LAST_ROW = 1_048_576;
|
||||
Reference in New Issue
Block a user