나머지 .font를 .appFont로 변경하여 한국어 텍스트와 다른 언어 텍스트에 다른 폰트 적용
This commit is contained in:
@@ -17,7 +17,7 @@ struct SeriesDetailTabView: View {
|
||||
var body: some View {
|
||||
VStack(spacing: 0) {
|
||||
Text(title)
|
||||
.font(.custom(isSelected ? Font.bold.rawValue : Font.medium.rawValue, size: 16.7))
|
||||
.appFont(size: 16.7, weight: isSelected ? .bold : .medium)
|
||||
.foregroundColor(isSelected ? Color.button : Color.gray77)
|
||||
.frame(width: width, height: 50)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user