Adjust effect

This commit is contained in:
Isaac
2026-01-25 00:38:55 +08:00
parent ca6fdc1629
commit ea82a68859

View File

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