debugger: Style debugger tabs (#28572)

![image](https://github.com/user-attachments/assets/a88b1897-cb96-4c6c-b602-396a91ef4de8)

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-04-11 15:33:36 +02:00 committed by GitHub
parent cdcad708f6
commit e09eeb7446
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 177 additions and 93 deletions

View file

@ -235,7 +235,6 @@ impl Render for Console {
.when(self.is_local(cx), |this| {
this.child(Divider::horizontal())
.child(self.render_query_bar(cx))
.pt(DynamicSpacing::Base04.rems(cx))
})
.border_2()
}