From b6c862038563be75177ff7e069cd56aa2daaec61 Mon Sep 17 00:00:00 2001 From: Stephane Date: Sat, 2 Aug 2025 01:57:48 +0300 Subject: [PATCH] design des texte et responsive --- lib/pages/tables.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/tables.dart b/lib/pages/tables.dart index 89133aa..96d25e6 100644 --- a/lib/pages/tables.dart +++ b/lib/pages/tables.dart @@ -201,7 +201,7 @@ class _TablesScreenState extends State { getStatusLabel(table.status), style: const TextStyle( color: Colors.white, - fontSize: 12, + fontSize: 9, fontWeight: FontWeight.w500, ), ), @@ -256,7 +256,7 @@ class _TablesScreenState extends State { ? "Sélectionner" : "Indisponible", style: TextStyle( - fontSize: 13, + fontSize: 10, fontWeight: FontWeight.w500, color: isSelectable