Browse Source

design des texte et responsive

table
Stephane 4 months ago
parent
commit
b6c8620385
  1. 4
      lib/pages/tables.dart

4
lib/pages/tables.dart

@ -201,7 +201,7 @@ class _TablesScreenState extends State<TablesScreen> {
getStatusLabel(table.status),
style: const TextStyle(
color: Colors.white,
fontSize: 12,
fontSize: 9,
fontWeight: FontWeight.w500,
),
),
@ -256,7 +256,7 @@ class _TablesScreenState extends State<TablesScreen> {
? "Sélectionner"
: "Indisponible",
style: TextStyle(
fontSize: 13,
fontSize: 10,
fontWeight: FontWeight.w500,
color:
isSelectable

Loading…
Cancel
Save