From 75406c2d018aa7991a7c44f173a1423e24610b92 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 25 Aug 2020 11:09:23 +0200 Subject: [PATCH] Add disabled text color to dark mode (#6694) --- src/resources/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/resources/styles.ts b/src/resources/styles.ts index 89699a83a2..8054abe475 100644 --- a/src/resources/styles.ts +++ b/src/resources/styles.ts @@ -6,6 +6,7 @@ export const darkStyles = { "secondary-background-color": "#1e1e1e", "primary-text-color": "#e1e1e1", "secondary-text-color": "#9b9b9b", + "disabled-text-color": "#6f6f6f", "app-header-text-color": "#e1e1e1", "app-header-background-color": "#1c1c1c", "switch-unchecked-button-color": "#999999",