Browse Source

margin top

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

1
lib/pages/tables.dart

@ -251,6 +251,7 @@ class _TablesScreenState extends State<TablesScreen> {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
SizedBox(height: 30),
const Text(
'Sélectionner une table',
style: TextStyle(

Loading…
Cancel
Save