From 7028a335ae1f0531c5630bb9e16517654b6d95ba Mon Sep 17 00:00:00 2001 From: Marvin Schreurs Date: Tue, 3 Dec 2019 15:46:13 +0100 Subject: [PATCH] Fixed issue with checkboxes being all white. --- themes/hot_chocolate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hot_chocolate.json b/themes/hot_chocolate.json index 2fdd2f4..74c8bd6 100644 --- a/themes/hot_chocolate.json +++ b/themes/hot_chocolate.json @@ -180,7 +180,7 @@ "panel": "#5f3637", "panelText": "#dddddd", "panelFaint": "#dddddd", - "input": "#ffffff", + "input": "#d6bebf, "topBar": "#4d3536", "topBarText": "#dddddd", "topBarLink": "#dddddd",