Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: Avoid button hide in portfolio screen
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Oct 6, 2023
1 parent 867844c commit c067ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/portfolio/presentation/portfolio_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class PortfolioPage extends HookConsumerWidget {
children: [
Expanded(
child: ListView(
padding: const EdgeInsets.only(bottom: 120),
padding: const EdgeInsets.only(bottom: 160),
children: [
Text(FlutterI18n.translate(context, 'portfolio'),
style: FontTheme.of(context).h4().copyWith(
Expand Down

0 comments on commit c067ea0

Please sign in to comment.