fix(t-paliad-144): Custom Views toast — replace hardcoded light-yellow (#fff8db / #f3d27a / #5b4304) with paliad tokens (lime-tint bg + border-strong + text). Was theme-blind, stayed bright in dark mode.

This commit is contained in:
m
2026-05-07 21:16:06 +02:00
parent e4adc39833
commit 215a1ceeda

View File

@@ -10595,10 +10595,10 @@ dialog.quick-add-sheet::backdrop {
gap: 12px; gap: 12px;
margin: 12px 0; margin: 12px 0;
padding: 10px 14px; padding: 10px 14px;
background: #fff8db; background: var(--color-bg-lime-tint);
border: 1px solid #f3d27a; border: 1px solid var(--color-border-strong);
border-radius: 6px; border-radius: 6px;
color: #5b4304; color: var(--color-text);
} }
.views-toast-close { .views-toast-close {
background: transparent; background: transparent;