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",