modif my account

This commit is contained in:
2025-03-10 20:00:31 +01:00
parent 471d6c5eef
commit b6f169e5f7
5 changed files with 7 additions and 7 deletions

View File

@ -16,6 +16,7 @@ class LoginButtonWidget extends StatelessWidget {
return ElevatedButton(
onPressed: isLoading ? null : onPressed,
style: ElevatedButton.styleFrom(
backgroundColor: AppColors.rouge,
padding: const EdgeInsets.symmetric(vertical: 15),
textStyle: const TextStyle(fontSize: 18),
),