modif my account
This commit is contained in:
@ -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),
|
||||
),
|
||||
|
Reference in New Issue
Block a user