design des texte et responsive
This commit is contained in:
parent
0dcd0ae0d2
commit
b6c8620385
@ -201,7 +201,7 @@ class _TablesScreenState extends State<TablesScreen> {
|
|||||||
getStatusLabel(table.status),
|
getStatusLabel(table.status),
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
fontSize: 12,
|
fontSize: 9,
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w500,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@ -256,7 +256,7 @@ class _TablesScreenState extends State<TablesScreen> {
|
|||||||
? "Sélectionner"
|
? "Sélectionner"
|
||||||
: "Indisponible",
|
: "Indisponible",
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 13,
|
fontSize: 10,
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w500,
|
||||||
color:
|
color:
|
||||||
isSelectable
|
isSelectable
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user