We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e95886 commit 056c42fCopy full SHA for 056c42f
packages/authenticator/amplify_authenticator/lib/src/widgets/button.dart
@@ -583,9 +583,8 @@ class SkipVerifyUserButton extends StatelessAuthenticatorComponent {
583
onPressed: state.skipVerifyUser,
584
child: Text(
585
stringResolver.buttons.skip(context),
586
- style: TextStyle(
+ style: const TextStyle(
587
fontSize: AuthenticatorButtonConstants.fontSize,
588
- color: Theme.of(context).primaryColor,
589
),
590
591
);
0 commit comments