Commit e172dad
committed
fix: add !important to chip overrides and use design token for drawer bg
Chip dark mode CSS was ineffective because inline styles on the button
have higher specificity — add !important to match the card approach.
Replace hardcoded #1a1a2e with var(--color-surface) to stay DRY.1 parent 17b0959 commit e172dad
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
642 | | - | |
| 642 | + | |
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
| |||
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
651 | | - | |
652 | | - | |
| 651 | + | |
| 652 | + | |
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
| |||
0 commit comments