Skip to content

Commit ffe09ac

Browse files
authored
Merge branch 'develop' into demo
2 parents 872bb22 + d5dc5b2 commit ffe09ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/view/main_view.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class _MainViewState extends State<MainView> {
9393
padding: const EdgeInsets.only(bottom: 15),
9494
child: Text(
9595
postController
96-
.posts[index].title,
96+
.posts[index].title,
9797
style: TextStyle(
9898
fontSize: 16,
9999
fontWeight: FontWeight.w600

lib/view/profile_view.dart

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ class _ProfileViewState extends State<ProfileView> {
170170
'좋아요',
171171
style: TextStyle(
172172
fontSize: 16.0,
173+
173174
),
174175
)
175176
],

0 commit comments

Comments
 (0)