Intégration fonctionnalites V1
This commit is contained in:
@@ -70,8 +70,21 @@ class AppTheme {
|
||||
style: ElevatedButton.styleFrom(
|
||||
minimumSize: const Size.fromHeight(48),
|
||||
elevation: 0,
|
||||
backgroundColor: AppColors.primary,
|
||||
backgroundColor: AppColors.success,
|
||||
foregroundColor: Colors.white,
|
||||
disabledBackgroundColor: AppColors.success.withValues(alpha: 0.4),
|
||||
disabledForegroundColor: Colors.white70,
|
||||
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(12)),
|
||||
textStyle: const TextStyle(fontWeight: FontWeight.w600, fontSize: 16),
|
||||
),
|
||||
),
|
||||
filledButtonTheme: FilledButtonThemeData(
|
||||
style: FilledButton.styleFrom(
|
||||
minimumSize: const Size.fromHeight(48),
|
||||
backgroundColor: AppColors.success,
|
||||
foregroundColor: Colors.white,
|
||||
disabledBackgroundColor: AppColors.success.withValues(alpha: 0.5),
|
||||
disabledForegroundColor: Colors.white.withValues(alpha: 0.8),
|
||||
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(12)),
|
||||
textStyle: const TextStyle(fontWeight: FontWeight.w600, fontSize: 16),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user