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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user