From 215a1ceeda2375037975a05d9dee6c009f2cd4bf Mon Sep 17 00:00:00 2001 From: m Date: Thu, 7 May 2026 21:16:06 +0200 Subject: [PATCH] =?UTF-8?q?fix(t-paliad-144):=20Custom=20Views=20toast=20?= =?UTF-8?q?=E2=80=94=20replace=20hardcoded=20light-yellow=20(#fff8db=20/?= =?UTF-8?q?=20#f3d27a=20/=20#5b4304)=20with=20paliad=20tokens=20(lime-tint?= =?UTF-8?q?=20bg=20+=20border-strong=20+=20text).=20Was=20theme-blind,=20s?= =?UTF-8?q?tayed=20bright=20in=20dark=20mode.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/styles/global.css b/frontend/src/styles/global.css index 46155f9..52890e3 100644 --- a/frontend/src/styles/global.css +++ b/frontend/src/styles/global.css @@ -10595,10 +10595,10 @@ dialog.quick-add-sheet::backdrop { gap: 12px; margin: 12px 0; padding: 10px 14px; - background: #fff8db; - border: 1px solid #f3d27a; + background: var(--color-bg-lime-tint); + border: 1px solid var(--color-border-strong); border-radius: 6px; - color: #5b4304; + color: var(--color-text); } .views-toast-close { background: transparent;