Skip to content

Commit

Permalink
TW-1796: Update size icon app grid and app bar padding
Browse files Browse the repository at this point in the history
  • Loading branch information
hieutbui committed Jun 18, 2024
1 parent 975b03d commit 3013408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/app_grid/app_grid_dashboard_view_style.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class AppGridDashboardViewStyle {
static const double sizIcAppGrid = 48.0;
static const double sizIcAppGrid = 36.0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class AdaptiveScaffoldAppBarStyle {

static const EdgeInsetsDirectional appBarPadding =
EdgeInsetsDirectional.symmetric(
horizontal: 16,
horizontal: 30,
);

static const double sizeWidthIcTwakeImageLogo = 238.0;
Expand Down

0 comments on commit 3013408

Please sign in to comment.