Versione OK Pour l'onglet événements.

This commit is contained in:
DahoudG
2025-09-15 20:15:34 +00:00
parent 8a619ee1bf
commit 12d514d866
73 changed files with 11508 additions and 674 deletions

View File

@@ -163,7 +163,7 @@ class _RegisterScreenState extends State<RegisterScreen>
const SizedBox(height: 8),
// Sous-titre
Text(
const Text(
'Rejoignez UnionFlow et gérez votre association',
style: TextStyle(
fontSize: 16,
@@ -386,25 +386,25 @@ class _RegisterScreenState extends State<RegisterScreen>
),
Expanded(
child: RichText(
text: TextSpan(
style: const TextStyle(
text: const TextSpan(
style: TextStyle(
color: AppTheme.textSecondary,
fontSize: 14,
),
children: [
const TextSpan(text: 'J\'accepte les '),
TextSpan(text: 'J\'accepte les '),
TextSpan(
text: 'Conditions d\'utilisation',
style: const TextStyle(
style: TextStyle(
color: AppTheme.primaryColor,
fontWeight: FontWeight.w600,
decoration: TextDecoration.underline,
),
),
const TextSpan(text: ' et la '),
TextSpan(text: ' et la '),
TextSpan(
text: 'Politique de confidentialité',
style: const TextStyle(
style: TextStyle(
color: AppTheme.primaryColor,
fontWeight: FontWeight.w600,
decoration: TextDecoration.underline,
@@ -459,7 +459,7 @@ class _RegisterScreenState extends State<RegisterScreen>
return Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
const Text(
'Déjà un compte ? ',
style: TextStyle(
color: AppTheme.textSecondary,