diff options
author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-18 13:32:49 -0400 |
---|---|---|
committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-18 13:32:49 -0400 |
commit | e332c268c013efbc7409bf0072b66e8bf646dfef (patch) | |
tree | 5ae9d7cbc59c7b9d0d0e45d3bdb75cb6eba49cbb /src/client/util/reportManager/reportManagerUtils.ts | |
parent | 8410cd330b676ce50948b2ec1011a72b219ee87b (diff) |
theming
Diffstat (limited to 'src/client/util/reportManager/reportManagerUtils.ts')
-rw-r--r-- | src/client/util/reportManager/reportManagerUtils.ts | 4 |
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'; |