Skip to content

Commit

Permalink
Padding corrections to ensure the login page layout keeps consistent …
Browse files Browse the repository at this point in the history
…when the language is changed
  • Loading branch information
Granja5 committed Dec 1, 2024
1 parent c1dadb2 commit 7d610df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/uni_app/lib/view/login/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class LoginPageViewState extends State<LoginPageView>
Align(
alignment: const Alignment(0, 0.58),
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 36),
padding: const EdgeInsets.symmetric(horizontal: 35),
child: LinkWidget(
textStart: S.of(context).try_different_login,
textEnd: S.of(context).login_with_credentials,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class RememberMeCheckBox extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Padding(
padding: const EdgeInsets.symmetric(horizontal: 38),
padding: const EdgeInsets.symmetric(horizontal: 37),
child: Row(
children: [
Checkbox(
Expand Down

0 comments on commit 7d610df

Please sign in to comment.