Skip to content

Commit

Permalink
Resized logo in login page
Browse files Browse the repository at this point in the history
  • Loading branch information
lexinor committed Jul 3, 2021
1 parent 3fedd37 commit b01bad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/detail/signin_form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class _SignInFormState extends State<SignInForm> {
padding: EdgeInsets.all(15),
child: Image.asset(
Constants.fullLogoPath,
scale: 3.5,
),
),
FormMainTitle(AppLocalizations.of(context)!.signin_label),
Expand Down

0 comments on commit b01bad2

Please sign in to comment.