Fine tune shadow

This commit is contained in:
ismailgulek
2021-04-27 14:13:31 +03:00
parent de1ee61b2d
commit 905abde2d3
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -499,8 +499,8 @@ const NSUInteger kJumptoUnreadBannerBgColorForDarkMode = 0x394049;
self.jumpToLastUnreadBanner.backgroundColor = ThemeService.shared.theme.backgroundColor;
[self.jumpToLastUnreadBanner vc_addShadowWithColor:ThemeService.shared.theme.shadowColor
offset:CGSizeMake(0, 4)
radius:24
opacity:0.12];
radius:8
opacity:0.1];
}
self.scrollToBottomBadgeLabel.badgeColor = ThemeService.shared.theme.tintColor;