Skip to content

Commit

Permalink
feat: decrease nav actions padding
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Dec 2, 2024
1 parent bffff80 commit d8d074d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/features/home_view/widgets/nav_actions_section.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class _NavActionButton extends StatelessWidget {
child: Ink(
decoration: BoxDecoration(
shape: BoxShape.circle,
// color: context.colorTheme.orangePomegranade,
gradient: context.colorTheme.toPwrGradient,
),
child: InkWell(
Expand Down

0 comments on commit d8d074d

Please sign in to comment.