Skip to content

Commit 056c42f

Browse files
committed
fixed skip button in verify user dialog to be more visible in dark mode
1 parent 6e95886 commit 056c42f

File tree

1 file changed

+1
-2
lines changed
  • packages/authenticator/amplify_authenticator/lib/src/widgets

1 file changed

+1
-2
lines changed

packages/authenticator/amplify_authenticator/lib/src/widgets/button.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,8 @@ class SkipVerifyUserButton extends StatelessAuthenticatorComponent {
583583
onPressed: state.skipVerifyUser,
584584
child: Text(
585585
stringResolver.buttons.skip(context),
586-
style: TextStyle(
586+
style: const TextStyle(
587587
fontSize: AuthenticatorButtonConstants.fontSize,
588-
color: Theme.of(context).primaryColor,
589588
),
590589
),
591590
);

0 commit comments

Comments
 (0)