Skip to content

Commit

Permalink
Add little more padding to home app bar
Browse files Browse the repository at this point in the history
  • Loading branch information
theachoem committed Mar 5, 2025
1 parent f9acefb commit ec69243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/home/local_widgets/home_scroll_app_bar_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class _HomeScrollAppBarInfo {
scaler = MediaQuery.textScalerOf(context);
}

final double contentsMarginTop = 20;
final double contentsMarginTop = 24;
final double helloTextBaseHeight = 28;
final double questionTextBaseHeight = 24;
final double contentsMarginBottom = 8;
Expand Down

0 comments on commit ec69243

Please sign in to comment.