Update login_page.dart

This commit is contained in:
jyuesong
2022-01-21 13:48:32 +08:00
parent c9556df363
commit 3a31651c53

View File

@@ -115,7 +115,7 @@ class _LoginPageState extends ConsumerState<LoginPage> {
if (debugBtnIsShow()) { if (debugBtnIsShow()) {
dismissDebugBtn(); dismissDebugBtn();
} else { } else {
showDebugBtn(context, btnColor: Colors.blue); showDebugBtn(context, btnColor: primaryColor);
} }
WidgetsBinding.instance?.endOfFrame; WidgetsBinding.instance?.endOfFrame;
}, },