Update shadow

This commit is contained in:
ismailgulek 2021-04-27 01:42:20 +03:00
parent 0049053ab9
commit fc5466ad31
No known key found for this signature in database
GPG key ID: E96336D42D9470A9

View file

@ -467,8 +467,8 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
self.resetReadMarkerButton.tintColor = ThemeService.shared.theme.tabBarUnselectedItemTintColor;
[self.jumpToLastUnreadBanner vc_addShadowWithColor:ThemeService.shared.theme.shadowColor
offset:CGSizeMake(0, 4)
radius:6
opacity:0.2];
radius:24
opacity:0.12];
self.previewHeaderContainer.backgroundColor = ThemeService.shared.theme.headerBackgroundColor;