라이브

- 라이브가 없을 때 문구 수정
- 라이브가 없을 떄 문구 자간 및 폰트 사이즈 수정
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

@@ -70,11 +70,12 @@ struct SectionLiveNowView: View {
.resizable()
.frame(width: 60, height: 60)
Text("🙀마이페이지에서 본인인증을 하거나\n라이브를 예약하고 참여해보세요.")
.font(.custom(Font.medium.rawValue, size: 10.7))
Text("마이페이지에서 본인인증을 하거나\n라이브를 예약하고 참여해보세요.")
.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)