From f6b238ec3058348204cd5ce1d78e18b99320729e Mon Sep 17 00:00:00 2001 From: MyDrift Date: Wed, 28 Aug 2024 18:56:34 +0200 Subject: [PATCH] Fix Label in white theme (#2639) * fix light theme * fix --- config/themes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/themes.json b/config/themes.json index 90615e8f..efada878 100644 --- a/config/themes.json +++ b/config/themes.json @@ -35,7 +35,7 @@ "LabelboxForegroundColor": "#000000", "MainForegroundColor": "#000000", "MainBackgroundColor": "#FFFFFF", - "LabelBackgroundColor": "#FAFAFA", + "LabelBackgroundColor": "#FFFFFF", "LinkForegroundColor": "#000000", "LinkHoverForegroundColor": "#000000", "GroupBorderBackgroundColor": "#000000", @@ -80,7 +80,7 @@ "LabelboxForegroundColor": "#000000", "MainForegroundColor": "#000000", "MainBackgroundColor": "#FFFFFF", - "LabelBackgroundColor": "#FAFAFA", + "LabelBackgroundColor": "#FFFFFF", "LinkForegroundColor": "#000000", "LinkHoverForegroundColor": "#000000", "GroupBorderBackgroundColor": "#000000",