From 5141f0a0d5433a4864dd68bde4cf4142bbc97520 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 23 Oct 2025 19:43:06 +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 d3bf6bd5a..4bef80040 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), 30.3%, 17.5%); - --modal-border-color: hsl(var(--custom-color-hue), 33%, 41%); - --promoted-attribute-card-background-color: hsl(var(--custom-color-hue), 23.9%, 32%); + --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%); } \ No newline at end of file