Skip to content

Commit 2bbc38f

Browse files
committed
Make app bar menu option buttons a bigger
1 parent 6330212 commit 2bbc38f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/widgets/appbar_dropdown_menu.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class AppBarDropdownMenu {
140140
hide();
141141
},
142142
child: Padding(
143-
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
143+
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 16),
144144
child: Row(
145145
children: [
146146
Icon(icon),

0 commit comments

Comments
 (0)