mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Animation updates
This commit is contained in:
@@ -207,7 +207,7 @@ final class PasscodeEntryControllerNode: ASDisplayNode {
|
||||
let baseColor: UIColor
|
||||
let lightness = color.lightness
|
||||
if lightness < 0.1 || lightness > 0.9 {
|
||||
baseColor = self.theme.chat.message.outgoing.bubble.withoutWallpaper.fill
|
||||
baseColor = self.theme.chat.message.outgoing.bubble.withoutWallpaper.fill[0]
|
||||
} else{
|
||||
baseColor = color
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user