Remove workspace border, avoid the main window having double borders (#8922)
Jason Lee
created
Release Notes:
- Fixed main window border, avoid double borders.
## Diff (Left is Before, Right is After)


Reference to Safari:

## More Theme tests




Change summary
crates/workspace/src/workspace.rs | 2 --
1 file changed, 2 deletions(-)
Detailed changes
@@ -3819,8 +3819,6 @@ impl Render for Workspace {
.items_start()
.text_color(colors.text)
.bg(colors.background)
- .border()
- .border_color(colors.border)
.children(self.titlebar_item.clone())
.child(
div()