KoreanFontModifier 적용

This commit is contained in:
Yu Sung
2026-01-23 02:45:36 +09:00
parent 87c66136ac
commit 5a344956e3

View File

@@ -27,11 +27,7 @@ struct BottomTabView: View {
"ic_home_selected" :
"ic_home"
},
fontName: {
currentTab == .home ?
Font.bold.rawValue :
Font.medium.rawValue
},
fontWeight: { currentTab == .home ? .bold : .medium },
color: {
currentTab == .home ?
Color.button :
@@ -52,11 +48,7 @@ struct BottomTabView: View {
"ic_live_selected" :
"ic_live"
},
fontName: {
currentTab == .live ?
Font.bold.rawValue :
Font.medium.rawValue
},
fontWeight: { currentTab == .live ? .bold : .medium },
color: {
currentTab == .live ?
Color.button :
@@ -77,11 +69,7 @@ struct BottomTabView: View {
"ic_chat_selected" :
"ic_chat"
},
fontName: {
currentTab == .chat ?
Font.bold.rawValue :
Font.medium.rawValue
},
fontWeight: { currentTab == .chat ? .bold : .medium },
color: {
currentTab == .chat ?
Color.button :
@@ -102,11 +90,7 @@ struct BottomTabView: View {
"ic_my_selected" :
"ic_my"
},
fontName: {
currentTab == .mypage ?
Font.bold.rawValue :
Font.medium.rawValue
},
fontWeight: { currentTab == .mypage ? .bold : .medium },
color: {
currentTab == .mypage ?
Color.button :