From 97b0423cf78809f12ae930123e4559794c00bc58 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Mon, 14 Sep 2020 17:26:30 +0000 Subject: [PATCH] fix rgb color for dark theme --- src/resources/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/resources/styles.ts b/src/resources/styles.ts index ef04c15548..ba6b9a4f2d 100644 --- a/src/resources/styles.ts +++ b/src/resources/styles.ts @@ -5,6 +5,7 @@ export const darkStyles = { "card-background-color": "#1c1c1c", "secondary-background-color": "#1e1e1e", "primary-text-color": "#e1e1e1", + "rgb-primary-text-color": "225, 225, 225", "secondary-text-color": "#9b9b9b", "disabled-text-color": "#6f6f6f", "app-header-text-color": "#e1e1e1",