Skip to content

Commit

Permalink
[Design] Tabbar font 설정 - #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin0331 committed Jan 29, 2025
1 parent 87b452a commit 309ec9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Whidy-iOS/Whidy_iOSApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ struct Whidy_iOSApp: App {

/// Tabbar Configuration
UITabBar.appearance().backgroundColor = UIColor.white
UITabBarItem.appearance().setTitleTextAttributes([NSAttributedString.Key.font: UIFont.systemFont(ofSize: 12)], for: .normal)
UITabBarItem.appearance().setTitleTextAttributes([NSAttributedString.Key.font: UIFont.systemFont(ofSize: 12)], for: .selected)
UITabBarItem.appearance().setTitleTextAttributes([NSAttributedString.Key.font: UIFont.systemFont(ofSize: 12), NSAttributedString.Key.foregroundColor: UIColor.gray], for: .normal)
UITabBarItem.appearance().setTitleTextAttributes([NSAttributedString.Key.font: UIFont.systemFont(ofSize: 12, weight: .semibold), NSAttributedString.Key.foregroundColor: UIColor(hexCode: ColorSystem.brwonPB800.uIntToString)], for: .selected)
}

var body: some Scene {
Expand Down

0 comments on commit 309ec9f

Please sign in to comment.