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.
J
jerelvelarde committed
e172dad8e0d34a41c265e5d9844e9b037a7a8bc4
Parent: 17b0959