We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 872bb22 + d5dc5b2 commit ffe09acCopy full SHA for ffe09ac
lib/view/main_view.dart
@@ -93,7 +93,7 @@ class _MainViewState extends State<MainView> {
93
padding: const EdgeInsets.only(bottom: 15),
94
child: Text(
95
postController
96
- .posts[index].title,
+ .posts[index].title,
97
style: TextStyle(
98
fontSize: 16,
99
fontWeight: FontWeight.w600
lib/view/profile_view.dart
@@ -170,6 +170,7 @@ class _ProfileViewState extends State<ProfileView> {
170
'좋아요',
171
172
fontSize: 16.0,
173
+
174
),
175
)
176
],
0 commit comments