feat(creator-channel): 홈 빈 상태 동작을 보강한다
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user