feat(creator-channel): 홈 빈 상태 동작을 보강한다

This commit is contained in:
Yu Sung
2026-08-14 18:41:04 +09:00
parent 2203fc9089
commit 6db26c55a8
7 changed files with 183 additions and 16 deletions

View File

@@ -78,10 +78,15 @@ private struct CreatorChannelDonationEmptyCard: View {
var body: some View {
VStack(alignment: .leading, spacing: 0) {
Text("처음으로 크리에이터를\n후원해 보세요!")
Text(I18n.CreatorChannelHome.donationEmptyMessage)
.appFont(size: 24, weight: .bold)
.foregroundColor(.white)
.lineSpacing(0)
.lineLimit(2)
.frame(
maxWidth: LanguageHeaderProvider.current == "ja" ? 210 : .infinity,
alignment: .leading
)
.padding(.top, SodaSpacing.s20)
.padding(.leading, SodaSpacing.s20)