mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Fine tune shadow
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user