From b7ae07f5aae7c04550ce55c4cf32fa631dc3ccb2 Mon Sep 17 00:00:00 2001 From: Julien Martin Date: Thu, 24 Sep 2026 00:39:20 +0200 Subject: [PATCH] fix(ui): increase font size for names in CoupleSelectorBandeau Co-authored-by: Cursor --- frontend/lib/widgets/quotidien/couple_selector_bandeau.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lib/widgets/quotidien/couple_selector_bandeau.dart b/frontend/lib/widgets/quotidien/couple_selector_bandeau.dart index cd698c5..2c59828 100644 --- a/frontend/lib/widgets/quotidien/couple_selector_bandeau.dart +++ b/frontend/lib/widgets/quotidien/couple_selector_bandeau.dart @@ -210,7 +210,7 @@ class _MembreTile extends StatelessWidget { maxLines: 1, overflow: TextOverflow.ellipsis, style: GoogleFonts.merienda( - fontSize: 16, + fontSize: 18, fontWeight: FontWeight.bold, color: QuotidienTheme.ink, ),