improvement

design_3.0_dark_mode
Sikander Saleem 7 months ago
parent 262b3aa42f
commit 5484c7f5a4

@ -40,6 +40,7 @@ class LocalAuthFailedDialog extends StatelessWidget {
children: [ children: [
AppFilledButton( AppFilledButton(
label: retryBtnText ?? "Retry", label: retryBtnText ?? "Retry",
fontSize: 18,
onPressed: () { onPressed: () {
Navigator.of(context).pop(); Navigator.of(context).pop();
onRetry(); onRetry();
@ -51,7 +52,7 @@ class LocalAuthFailedDialog extends StatelessWidget {
label: loginBtnText ?? "Login", label: loginBtnText ?? "Login",
buttonColor: Colors.white54, buttonColor: Colors.white54,
textColor: AppColor.black10, textColor: AppColor.black10,
height: 48, height: 42,
showBorder: true, showBorder: true,
onPressed: () { onPressed: () {
Navigator.of(context).pop(); Navigator.of(context).pop();

Loading…
Cancel
Save