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:
@@ -113,8 +113,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pillAddToGroup {
|
.pillAddToGroup {
|
||||||
background: color-mix(in srgb, var(--info, var(--primary)) 15%, transparent);
|
background: color-mix(in srgb, var(--amber) 15%, transparent);
|
||||||
color: var(--info, var(--primary));
|
color: var(--amber);
|
||||||
}
|
}
|
||||||
|
|
||||||
.matchValue {
|
.matchValue {
|
||||||
|
|||||||
Reference in New Issue
Block a user