mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -32,7 +32,7 @@ final class FlipButtonContentComponent: Component {
|
||||
private let icon = SimpleLayer()
|
||||
|
||||
init() {
|
||||
self.backgroundView = BlurredBackgroundView(color: UIColor(white: 0.0, alpha: 0.5), enableBlur: true)
|
||||
self.backgroundView = BlurredBackgroundView(color: UIColor(white: 0.2, alpha: 0.45), enableBlur: true)
|
||||
|
||||
super.init(frame: CGRect())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user