mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-05-05 12:07:28 +00:00
Adjust effect
This commit is contained in:
@@ -552,7 +552,7 @@ public class GlassBackgroundView: UIView {
|
||||
case .clear:
|
||||
glassEffectValue = UIGlassEffect(style: .clear)
|
||||
if isDark {
|
||||
glassEffectValue.tintColor = UIColor(white: 0.0, alpha: 0.22)
|
||||
glassEffectValue.tintColor = UIColor(white: 0.0, alpha: 0.28)
|
||||
} else {
|
||||
glassEffectValue.tintColor = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user