Versione OK Pour l'onglet événements.
This commit is contained in:
@@ -161,7 +161,7 @@ class _LoginScreenState extends State<LoginScreen>
|
||||
const SizedBox(height: 8),
|
||||
|
||||
// Sous-titre
|
||||
Text(
|
||||
const Text(
|
||||
'Connectez-vous à votre compte UnionFlow',
|
||||
style: TextStyle(
|
||||
fontSize: 16,
|
||||
@@ -269,11 +269,11 @@ class _LoginScreenState extends State<LoginScreen>
|
||||
}
|
||||
|
||||
Widget _buildDivider() {
|
||||
return Row(
|
||||
return const Row(
|
||||
children: [
|
||||
const Expanded(child: Divider()),
|
||||
Expanded(child: Divider()),
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||
padding: EdgeInsets.symmetric(horizontal: 16),
|
||||
child: Text(
|
||||
'ou',
|
||||
style: TextStyle(
|
||||
@@ -282,7 +282,7 @@ class _LoginScreenState extends State<LoginScreen>
|
||||
),
|
||||
),
|
||||
),
|
||||
const Expanded(child: Divider()),
|
||||
Expanded(child: Divider()),
|
||||
],
|
||||
);
|
||||
}
|
||||
@@ -348,7 +348,7 @@ class _LoginScreenState extends State<LoginScreen>
|
||||
return Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
Text(
|
||||
const Text(
|
||||
'Pas encore de compte ? ',
|
||||
style: TextStyle(
|
||||
color: AppTheme.textSecondary,
|
||||
|
||||
Reference in New Issue
Block a user