From 0f24d924f927baa7a14dbc7ba43227a03d80732a Mon Sep 17 00:00:00 2001 From: Woody Date: Thu, 30 Nov 2023 17:02:45 +0100 Subject: [PATCH] Update background color of palette dialog --- wled00/data/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/data/index.css b/wled00/data/index.css index d7612d69c..2f51bc0ef 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -1340,7 +1340,7 @@ TD .checkmark, TD .radiomark { left: 0; width: 100%; height: 100%; - background-color: var(--c-tb); + background-color: var(--c-o); content: " "; } .dialog {