From b23b0280cdbfc675df137f11d647375d0e8d5db0 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 19 Oct 2025 11:00:49 +0200 Subject: [PATCH] Fix mobile nav contrast --- web/components/filters/mobile-filters.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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={*/} {/* -
+
{isOpen ? ( ) : (