fix(main): 팔로잉 빈 섹션을 숨긴다

This commit is contained in:
Yu Sung
2026-07-13 16:15:19 +09:00
parent dbf696978f
commit 9b115f3339
5 changed files with 44 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ struct MainHomeFollowingEmptyStateView: View {
Spacer()
Text(message)
.appFont(.body5)
.appFont(.body3)
.foregroundColor(Color.gray500)
.multilineTextAlignment(.center)