Clean up colors and Selects

This commit is contained in:
Francis Cao 2026-02-06 16:48:45 -08:00
parent 9b814aa1ca
commit 895abdbbaf
7 changed files with 5 additions and 21 deletions

View file

@ -4,11 +4,11 @@ import { ArrowRight } from '@/components/icons';
const STYLES = {
positive: {
color: `var(--status-success-text)`,
color: `var(--status-success)`,
background: `var(--status-success-bg)`,
},
negative: {
color: `var(--status-error-text)`,
color: `var(--status-error)`,
background: `var(--status-error-bg)`,
},
neutral: {