Animation updates

This commit is contained in:
Ali
2021-08-10 21:18:55 +02:00
parent e170f2fe5a
commit 904b048a34
46 changed files with 961 additions and 596 deletions

View File

@@ -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
}