Various fixes

This commit is contained in:
Ilya Laktyushin
2025-04-08 20:36:32 +04:00
parent 55953feeb1
commit 3cc5231185
10 changed files with 150 additions and 242 deletions

View File

@@ -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())