KoreanFontModifier 적용
This commit is contained in:
@@ -27,11 +27,7 @@ struct BottomTabView: View {
|
|||||||
"ic_home_selected" :
|
"ic_home_selected" :
|
||||||
"ic_home"
|
"ic_home"
|
||||||
},
|
},
|
||||||
fontName: {
|
fontWeight: { currentTab == .home ? .bold : .medium },
|
||||||
currentTab == .home ?
|
|
||||||
Font.bold.rawValue :
|
|
||||||
Font.medium.rawValue
|
|
||||||
},
|
|
||||||
color: {
|
color: {
|
||||||
currentTab == .home ?
|
currentTab == .home ?
|
||||||
Color.button :
|
Color.button :
|
||||||
@@ -52,11 +48,7 @@ struct BottomTabView: View {
|
|||||||
"ic_live_selected" :
|
"ic_live_selected" :
|
||||||
"ic_live"
|
"ic_live"
|
||||||
},
|
},
|
||||||
fontName: {
|
fontWeight: { currentTab == .live ? .bold : .medium },
|
||||||
currentTab == .live ?
|
|
||||||
Font.bold.rawValue :
|
|
||||||
Font.medium.rawValue
|
|
||||||
},
|
|
||||||
color: {
|
color: {
|
||||||
currentTab == .live ?
|
currentTab == .live ?
|
||||||
Color.button :
|
Color.button :
|
||||||
@@ -77,11 +69,7 @@ struct BottomTabView: View {
|
|||||||
"ic_chat_selected" :
|
"ic_chat_selected" :
|
||||||
"ic_chat"
|
"ic_chat"
|
||||||
},
|
},
|
||||||
fontName: {
|
fontWeight: { currentTab == .chat ? .bold : .medium },
|
||||||
currentTab == .chat ?
|
|
||||||
Font.bold.rawValue :
|
|
||||||
Font.medium.rawValue
|
|
||||||
},
|
|
||||||
color: {
|
color: {
|
||||||
currentTab == .chat ?
|
currentTab == .chat ?
|
||||||
Color.button :
|
Color.button :
|
||||||
@@ -102,11 +90,7 @@ struct BottomTabView: View {
|
|||||||
"ic_my_selected" :
|
"ic_my_selected" :
|
||||||
"ic_my"
|
"ic_my"
|
||||||
},
|
},
|
||||||
fontName: {
|
fontWeight: { currentTab == .mypage ? .bold : .medium },
|
||||||
currentTab == .mypage ?
|
|
||||||
Font.bold.rawValue :
|
|
||||||
Font.medium.rawValue
|
|
||||||
},
|
|
||||||
color: {
|
color: {
|
||||||
currentTab == .mypage ?
|
currentTab == .mypage ?
|
||||||
Color.button :
|
Color.button :
|
||||||
|
|||||||
Reference in New Issue
Block a user