aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.tsx
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2020-11-28 06:05:44 +0800
committergeireann <60007097+geireann@users.noreply.github.com>2020-11-28 06:05:44 +0800
commitc4016e01b48367f45bed0ba2041e955c8c009464 (patch)
treea8ad8d8ef3c5a6cf477d21721e8e0f0209d1ea1d /src/client/views/nodes/PresBox.tsx
parentadce80dfa07a350cb2c65bdb55d7fd66846db4f1 (diff)
pres trail colors + group with up
Diffstat (limited to 'src/client/views/nodes/PresBox.tsx')
-rw-r--r--src/client/views/nodes/PresBox.tsx2
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",