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