Skip to content

Commit 2f3196c

Browse files
committed
tweak ui
1 parent ffe1298 commit 2f3196c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/demo/lib/screens/home_screen.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class _HomeScreenState extends State<HomeScreen> {
6767

6868
return Scaffold(
6969
appBar: AppBar(
70+
centerTitle: true,
7071
title: Row(
7172
mainAxisSize: MainAxisSize.min,
7273
children: [

examples/demo/lib/widgets/section_card.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class SectionCard extends StatelessWidget {
1515
@override
1616
Widget build(BuildContext context) {
1717
return Padding(
18-
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 6),
18+
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
1919
child: Column(
2020
crossAxisAlignment: CrossAxisAlignment.start,
2121
children: [

0 commit comments

Comments
 (0)