Skip to content

Commit 4a90bf6

Browse files
committed
Update info version padding
1 parent 44273e5 commit 4a90bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/help_page.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class HelpPage extends StatelessWidget {
2020
border:
2121
Border(top: BorderSide(width: 1, color: Colors.grey.shade300)),
2222
),
23-
padding: const EdgeInsets.symmetric(vertical: 15),
23+
padding: const EdgeInsets.symmetric(vertical: 18),
2424
child: const VersionInfo());
2525

2626
return Scaffold(

0 commit comments

Comments
 (0)