fix(ui): increase font size for names in CoupleSelectorBandeau

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-24 00:39:20 +02:00
co-authored by Cursor
parent a88f791317
commit b7ae07f5aa
@@ -210,7 +210,7 @@ class _MembreTile extends StatelessWidget {
maxLines: 1, maxLines: 1,
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
style: GoogleFonts.merienda( style: GoogleFonts.merienda(
fontSize: 16, fontSize: 18,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
color: QuotidienTheme.ink, color: QuotidienTheme.ink,
), ),