You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remaining dark mode issues - light backgrounds and text colors
- Replace hardcoded light backgrounds (#EEF0FF, #FEE2E2, #f0f0ff, etc.)
with rgba tints that work on both light and dark backgrounds
- Fix FilterButton text color to use theme.colors.neutral800
- Fix hover states to use theme.colors.neutral100
- Replace #F3F4F6 backgrounds with rgba(128,128,128,0.08)
- Fix QueryBuilder placeholder text to use theme.colors.neutral500
0 commit comments