aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/reportManager/reportManagerUtils.ts
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2023-07-18 13:32:49 -0400
committerSophie Zhang <sophie_zhang@brown.edu>2023-07-18 13:32:49 -0400
commite332c268c013efbc7409bf0072b66e8bf646dfef (patch)
tree5ae9d7cbc59c7b9d0d0e45d3bdb75cb6eba49cbb /src/client/util/reportManager/reportManagerUtils.ts
parent8410cd330b676ce50948b2ec1011a72b219ee87b (diff)
theming
Diffstat (limited to 'src/client/util/reportManager/reportManagerUtils.ts')
-rw-r--r--src/client/util/reportManager/reportManagerUtils.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/util/reportManager/reportManagerUtils.ts b/src/client/util/reportManager/reportManagerUtils.ts
index 51517e80d..66394a0ca 100644
--- a/src/client/util/reportManager/reportManagerUtils.ts
+++ b/src/client/util/reportManager/reportManagerUtils.ts
@@ -50,5 +50,5 @@ export interface FileData {
file: File;
}
-export const inactiveBorderColor = '#cbd5e1';
-export const inactiveColor = '#64748b';
+export const inactiveBorderColor = '#b8b8b8';
+export const inactiveColor = '#808080';