Skip to content

Commit

Permalink
fix: MenuItem icon spacing (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez authored Sep 15, 2022
1 parent b2379d7 commit 2643bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/component/lenra_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class LenraMenuItem extends StatelessWidget {
vertical: theme.baseSize / 2,
),
child: LenraFlex(
spacing: 1,
spacing: 8,
crossAxisAlignment: CrossAxisAlignment.center,
fillParent: true,
children: [
Expand Down

0 comments on commit 2643bf1

Please sign in to comment.