mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix blurred components appearance
This commit is contained in:
@@ -24,7 +24,7 @@ public func selectReactionFillStaticColor(theme: PresentationTheme, wallpaper: T
|
||||
} else if case .builtin = wallpaper {
|
||||
return UIColor(rgb: 0x748391, alpha: 0.45)
|
||||
} else {
|
||||
return theme.chat.serviceMessage.components.withCustomWallpaper.dateFillStatic
|
||||
return .clear//theme.chat.serviceMessage.components.withCustomWallpaper.dateFillStatic
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user