라이브

- 라이브가 없을 때 문구 수정
- 라이브가 없을 떄 문구 자간 및 폰트 사이즈 수정
This commit is contained in:
Yu Sung
2024-05-08 12:05:50 +09:00
parent 70c478baa9
commit 8abd4f3c87
3 changed files with 8 additions and 5 deletions

View File

@@ -93,10 +93,11 @@ struct SectionLiveReservationView: View {
.frame(width: 60, height: 60)
Text("지금 예약중인 라이브가 없습니다.\n채널을 팔로잉 하고 라이브 알림을 받아 보세요.")
.font(.custom(Font.medium.rawValue, size: 10.7))
.font(.custom(Font.medium.rawValue, size: 13))
.foregroundColor(Color(hex: "bbbbbb"))
.fixedSize(horizontal: false, vertical: true)
.multilineTextAlignment(.center)
.lineSpacing(8)
.padding(.vertical, 8)
}
.padding(.vertical, 16.7)