diff options
author | bob <bcz@cs.brown.edu> | 2019-04-18 10:03:02 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-04-18 10:03:02 -0400 |
commit | 23f4ce6107d64e4be8b05f528fc210ad6e85d174 (patch) | |
tree | 7490fcf4c4772ef2e41023e81f34014455565a41 /src/client/views/globalCssVariables.scss.d.ts | |
parent | 6c56cbad38efbde578e2c2c90cbce4b7ff033059 (diff) |
more minor schema view fixes.
Diffstat (limited to 'src/client/views/globalCssVariables.scss.d.ts')
-rw-r--r-- | src/client/views/globalCssVariables.scss.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/globalCssVariables.scss.d.ts b/src/client/views/globalCssVariables.scss.d.ts index e874b815d..ed8573f41 100644 --- a/src/client/views/globalCssVariables.scss.d.ts +++ b/src/client/views/globalCssVariables.scss.d.ts @@ -1,7 +1,7 @@ interface IGlobalScss { contextMenuZindex: string; // context menu shows up over everything - COLLECTION_BORDER_WIDTH: number; + COLLECTION_BORDER_WIDTH: string; } declare const globalCssVariables: IGlobalScss; |