diff options
author | geireann <60007097+geireann@users.noreply.github.com> | 2020-11-28 06:05:44 +0800 |
---|---|---|
committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-11-28 06:05:44 +0800 |
commit | c4016e01b48367f45bed0ba2041e955c8c009464 (patch) | |
tree | a8ad8d8ef3c5a6cf477d21721e8e0f0209d1ea1d /src/client/views/nodes/PresBox.tsx | |
parent | adce80dfa07a350cb2c65bdb55d7fd66846db4f1 (diff) |
pres trail colors + group with up
Diffstat (limited to 'src/client/views/nodes/PresBox.tsx')
-rw-r--r-- | src/client/views/nodes/PresBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.tsx b/src/client/views/nodes/PresBox.tsx index dd6e368e8..19c553189 100644 --- a/src/client/views/nodes/PresBox.tsx +++ b/src/client/views/nodes/PresBox.tsx @@ -57,7 +57,7 @@ enum PresStatus { Edit = "edit" } -enum PresColor { +export enum PresColor { LightBlue = "#AEDDF8", DarkBlue = "#5B9FDD", LightBackground = "#ececec", |