diff --git a/web/components/filters/mobile-filters.tsx b/web/components/filters/mobile-filters.tsx
index 88b089f5..d895d753 100644
--- a/web/components/filters/mobile-filters.tsx
+++ b/web/components/filters/mobile-filters.tsx
@@ -66,7 +66,7 @@ export function MobileFilters(props: {
highlightedClass={
hasAny(filters.pref_relation_styles)
? 'text-primary-600'
- : 'text-ink-400'
+ : 'text-ink-900'
}
/>
}
@@ -86,7 +86,7 @@ export function MobileFilters(props: {
youProfile={youProfile}
highlightedClass={
!locationFilterProps.location
- ? 'text-ink-400'
+ ? 'text-ink-900'
: 'text-primary-600'
}
/>
@@ -109,7 +109,7 @@ export function MobileFilters(props: {
pref_age_min={filters.pref_age_min}
pref_age_max={filters.pref_age_max}
highlightedClass={
- noMinAge && noMaxAge ? 'text-ink-400' : 'text-primary-600'
+ noMinAge && noMaxAge ? 'text-ink-900' : 'text-primary-600'
}
/>
}
@@ -126,7 +126,7 @@ export function MobileFilters(props: {
}
@@ -152,7 +152,7 @@ export function MobileFilters(props: {
{/* */}
{/* }*/}
@@ -175,7 +175,7 @@ export function MobileFilters(props: {
{/* highlightedClass={*/}
{/* (filters.wants_kids_strength ?? -1) ==*/}
{/* wantsKidsLabels.no_preference.strength*/}
- {/* ? 'text-ink-400'*/}
+ {/* ? 'text-ink-900'*/}
{/* : 'text-primary-600'*/}
{/* }*/}
{/* mobile*/}
@@ -190,13 +190,13 @@ export function MobileFilters(props: {
{/* openFilter={openFilter}*/}
{/* setOpenFilter={setOpenFilter}*/}
{/* isActive={filters.has_kids != null && filters.has_kids !== -1}*/}
- {/* icon={}*/}
+ {/* icon={}*/}
{/* selection={*/}
{/*
-