patch chat
This commit is contained in:
parent
cef8a13237
commit
6b7bc45fed
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user