Skip to content

Commit

Permalink
[CHORE] : #276 - 탭바 그림자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
parkikbum committed Jul 19, 2022
1 parent 648c698 commit 751449f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChaRo-iOS/ChaRo-iOS/Source/Views/VCs/Tabbar/TabbarVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TabbarVC: UITabBarController {
tabBar.shadowImage = UIImage()
}
func setShadow() {
tabBar.drawShadow(color: .black, opacity: 0.5, offset: .zero, radius: 10)
tabBar.drawShadow(color: .black, opacity: 0.1, offset: .zero, radius: 5)
}
func setRadius() {
tabBar.backgroundColor = .white
Expand Down

0 comments on commit 751449f

Please sign in to comment.