Fix transparency (#14010)

Release Notes:

- (preview only) Fix transparent themes
This commit is contained in:
Conrad Irwin 2024-07-09 12:11:18 -06:00 committed by GitHub
parent 3cdd465226
commit 8cfa690271
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 3 deletions

View file

@ -6596,7 +6596,6 @@ pub fn client_side_decorations(element: impl IntoElement, cx: &mut WindowContext
.on_mouse_move(|_e, cx| {
cx.stop_propagation();
})
.bg(cx.theme().colors().border)
.size_full()
.child(element),
)