mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Reaction experiments
This commit is contained in:
@@ -24,7 +24,7 @@ private final class StarsButtonEffectLayer: SimpleLayer {
|
||||
override init() {
|
||||
super.init()
|
||||
|
||||
self.backgroundColor = UIColor.blue.withAlphaComponent(0.2).cgColor
|
||||
self.backgroundColor = UIColor.lightGray.withAlphaComponent(0.2).cgColor
|
||||
}
|
||||
|
||||
override init(layer: Any) {
|
||||
|
||||
Reference in New Issue
Block a user