diff options
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'; |