Skip to content

Commit

Permalink
label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jul 18, 2024
1 parent 7af6484 commit c973869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/auth/presentation/widgets/auth_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class AuthButton extends StatelessWidget {
);
}

Widget child(ThemeData theme, String? label) {
Widget child(ThemeData theme, String label) {
if (authType == AuthType.hiveKeyChain) {
return _buttonChildren(
theme, 'assets/images/auth/hive-keychain-logo.png', label);
Expand Down

0 comments on commit c973869

Please sign in to comment.