fix tab bar

This commit is contained in:
2026-08-01 10:52:38 +07:00
parent 53f3e77a5d
commit 4915d4fd60
2 changed files with 16 additions and 6 deletions

View File

@@ -187,9 +187,6 @@ impl RenderOnce for Tab {
.overflow_hidden()
.text_color(fg)
.text_sm()
.when(!self.selected && !self.disabled, |this| {
this.hover(|this| this.text_color(cx.theme().secondary_foreground))
})
.when_some(self.prefix, |this, prefix| this.child(prefix))
.child(
h_flex()