Skip to content

Commit c904e85

Browse files
committed
returned horizontal paddings
1 parent 2b36cd6 commit c904e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pages/PortfolioMainPage.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class PortfolioMainPage extends StatelessWidget {
2727
logoImageAsset: "assets/img/logo_skills_big.png",
2828
subtitle: "S.SH",
2929
isAllPaddingEnabled: false,
30-
isHorizontalPaddingEabled: false,
30+
isHorizontalPaddingEabled: true,
3131
accentFilterColor: AppColors.ContentDarkBlue,
3232
bgColor: AppColors.BgDarkBlue,
3333
content: Column(

0 commit comments

Comments
 (0)