patch chat

This commit is contained in:
cheykrym 2025-12-12 02:09:43 +03:00
parent cef8a13237
commit 6b7bc45fed

View File

@ -1028,7 +1028,13 @@ private struct ComposerBackgroundModifier: ViewModifier {
@ViewBuilder
func body(content: Content) -> some View {
if theme == .oledDark {
content.background(.ultraThinMaterial)
content
.background(Color.black.opacity(0.85)) // глубокий чёрный
// .overlay(
// Color.black.opacity(0.25) // лёгкое затемнение сверху
// .allowsHitTesting(false)
// )
// content.background(.ultraThinMaterial)
// content.background(Color.black)
// content.background(Color(white: 0.15))
} else {