fix: use --amber DS variable for add-to-group pill color

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-14 17:09:31 +02:00
parent 5edefb2180
commit 9959e30e1e

View File

@@ -113,8 +113,8 @@
}
.pillAddToGroup {
background: color-mix(in srgb, var(--info, var(--primary)) 15%, transparent);
color: var(--info, var(--primary));
background: color-mix(in srgb, var(--amber) 15%, transparent);
color: var(--amber);
}
.matchValue {