Skip to content

Commit a095415

Browse files
committed
Disable transparent background of chat panel
1 parent 56ce715 commit a095415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/ChatGPTChatTab/ChatPanel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public struct ChatPanel: View {
1818
Divider()
1919
ChatPanelInputArea(chat: chat)
2020
}
21-
.background(.clear)
21+
.background(Color(nsColor: .windowBackgroundColor))
2222
.onAppear { chat.send(.appear) }
2323
}
2424
}

0 commit comments

Comments
 (0)