From e332c268c013efbc7409bf0072b66e8bf646dfef Mon Sep 17 00:00:00 2001 From: Sophie Zhang Date: Tue, 18 Jul 2023 13:32:49 -0400 Subject: theming --- src/client/util/reportManager/reportManagerUtils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/util/reportManager/reportManagerUtils.ts') 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'; -- cgit v1.2.3-70-g09d2