Skip to content

Commit fc3adb2

Browse files
Reduced vertical padding for search bar
1 parent f9f8256 commit fc3adb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/view/instruments_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class _InstrumentsScreenState extends State<InstrumentsScreen> {
8484
child: Column(
8585
children: <Widget>[
8686
Padding(
87-
padding: const EdgeInsets.all(8.0),
87+
padding: const EdgeInsets.symmetric(vertical: 8.0,horizontal: 16.0),
8888
child: Container(
8989
decoration: BoxDecoration(
9090
borderRadius: BorderRadius.circular(30.0),

0 commit comments

Comments
 (0)