mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Adjust effect
This commit is contained in:
parent
ca6fdc1629
commit
ea82a68859
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue