오디션 배역 상세 페이지 추가
This commit is contained in:
@@ -14,7 +14,7 @@ struct ExpandableTextView: View {
|
||||
let text: String
|
||||
|
||||
var body: some View {
|
||||
let customFont = UIFont(name: Font.medium.rawValue, size: 12) ?? UIFont.systemFont(ofSize: 12)
|
||||
let customFont = UIFont(name: Font.medium.rawValue, size: 12.9) ?? UIFont.systemFont(ofSize: 12.9)
|
||||
let lineHeight = customFont.lineHeight
|
||||
|
||||
VStack(alignment: .leading) {
|
||||
|
Reference in New Issue
Block a user