From ddafda5f4e26d2edd55e3a1ae40c5279423be824 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 23 Oct 2025 20:01:29 +0300 Subject: [PATCH] style/quick edit dialog: tweak the colors for the dark color scheme --- apps/client/src/stylesheets/theme-next-dark.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next-dark.css b/apps/client/src/stylesheets/theme-next-dark.css index 4bef80040..73b929170 100644 --- a/apps/client/src/stylesheets/theme-next-dark.css +++ b/apps/client/src/stylesheets/theme-next-dark.css @@ -297,7 +297,7 @@ body .todo-list input[type="checkbox"]:not(:checked):before { } .tinted-quick-edit-dialog { - --modal-background-color: hsl(var(--custom-color-hue), 19.2%, 10.2%); - --modal-border-color: hsl(var(--custom-color-hue), 17.6%, 25.7%); - --promoted-attribute-card-background-color: hsl(var(--custom-color-hue), 21.1%, 27.8%); + --modal-background-color: hsl(var(--custom-color-hue), 8.8%, 11.2%); + --modal-border-color: hsl(var(--custom-color-hue), 9.4%, 25.1%); + --promoted-attribute-card-background-color: hsl(var(--custom-color-hue), 13.2%, 20.8%); } \ No newline at end of file