diff --git a/submodules/TelegramPresentationData/Sources/DefaultDayPresentationTheme.swift b/submodules/TelegramPresentationData/Sources/DefaultDayPresentationTheme.swift index ee3ea162f5..a64fadfd7c 100644 --- a/submodules/TelegramPresentationData/Sources/DefaultDayPresentationTheme.swift +++ b/submodules/TelegramPresentationData/Sources/DefaultDayPresentationTheme.swift @@ -946,7 +946,7 @@ public func makeDefaultDayPresentationTheme(extendingThemeReference: Presentatio panelControlColor: UIColor(rgb: 0x000000, alpha: 1.0), panelControlDisabledColor: UIColor(rgb: 0x727b87, alpha: 0.5), panelControlDestructiveColor: UIColor(rgb: 0xff3b30), - inputBackgroundColor: UIColor(white: 1.0, alpha: 0.6), + inputBackgroundColor: UIColor(white: 1.0, alpha: 0.8), inputStrokeColor: UIColor(rgb: 0x000000, alpha: 0.1), inputPlaceholderColor: UIColor(rgb: 0x000000, alpha: 0.4), inputTextColor: UIColor(rgb: 0x000000), diff --git a/submodules/TelegramUI/Components/GlassBackgroundComponent/Sources/GlassBackgroundComponent.swift b/submodules/TelegramUI/Components/GlassBackgroundComponent/Sources/GlassBackgroundComponent.swift index ac4a8d03f0..cb46688070 100644 --- a/submodules/TelegramUI/Components/GlassBackgroundComponent/Sources/GlassBackgroundComponent.swift +++ b/submodules/TelegramUI/Components/GlassBackgroundComponent/Sources/GlassBackgroundComponent.swift @@ -844,7 +844,7 @@ public extension GlassBackgroundView { let lineWidth: CGFloat = isDark ? 0.8 : 0.8 let strokeColor: UIColor let blendMode: CGBlendMode - let baseAlpha: CGFloat = isDark ? 0.3 : 0.7 + let baseAlpha: CGFloat = isDark ? 0.3 : 0.6 if s == 0.0 && abs(a - 0.7) < 0.1 && !isDark { blendMode = .normal