feat: cleaning code
This commit is contained in:
@@ -109,7 +109,7 @@ class _OtpScreenState extends State<OtpScreen> {
|
||||
GameButton(
|
||||
label: 'ورود',
|
||||
width: double.infinity,
|
||||
colors: const [Color(0xFF3FA34D), Color(0xFF1B5E20)],
|
||||
colors: const [AppColors.success, AppColors.successDark],
|
||||
onTap: (!_valid || loading)
|
||||
? null
|
||||
: () => _submit(context),
|
||||
|
||||
Reference in New Issue
Block a user