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 1143a5b commit 6d6aefcCopy full SHA for 6d6aefc
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