Skip to content

Commit

Permalink
style(app): use large passing with full width button
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Aug 28, 2023
1 parent bd954b9 commit 2eb5646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/lib/drug_selection/pages/drug_selection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DrugSelectionPage extends HookWidget {
builder: (context, state) {
return unscrollablePageScaffold(
title: context.l10n.drug_selection_header,
padding: PharMeTheme.mediumSpace,
padding: PharMeTheme.largeSpace,
body: Column(
children: [
_buildDescription(context),
Expand Down
2 changes: 1 addition & 1 deletion app/lib/login/pages/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class LoginPage extends HookWidget {
child: BlocBuilder<LoginPageCubit, LoginPageState>(
builder: (context, state) {
return unscrollablePageScaffold(
padding: PharMeTheme.mediumSpace,
padding: PharMeTheme.largeSpace,
body: Stack(
children: [
Positioned.fill(
Expand Down

0 comments on commit 2eb5646

Please sign in to comment.