We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ce715 commit a095415Copy full SHA for a095415
1 file changed
Core/Sources/ChatGPTChatTab/ChatPanel.swift
@@ -18,7 +18,7 @@ public struct ChatPanel: View {
18
Divider()
19
ChatPanelInputArea(chat: chat)
20
}
21
- .background(.clear)
+ .background(Color(nsColor: .windowBackgroundColor))
22
.onAppear { chat.send(.appear) }
23
24
0 commit comments