Fix blurred components appearance

This commit is contained in:
Ali
2023-03-13 16:06:07 +04:00
parent 8380e87571
commit ef49e3de9c
6 changed files with 27 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ public func selectReactionFillStaticColor(theme: PresentationTheme, wallpaper: T
} else if case .builtin = wallpaper {
return UIColor(rgb: 0x748391, alpha: 0.45)
} else {
return theme.chat.serviceMessage.components.withCustomWallpaper.dateFillStatic
return .clear//theme.chat.serviceMessage.components.withCustomWallpaper.dateFillStatic
}
}