Remove underlines from tab titles

Antonio Scandurra , Nathan Sobo , and Max Brunsfeld created

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Change summary

zed/assets/themes/_base.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

zed/assets/themes/_base.toml 🔗

@@ -2,7 +2,7 @@
 background = "$surface.0"
 
 [workspace.tab]
-text = { extends = "$text.2", underline = true }
+text = "$text.2"
 padding = { left = 10, right = 10 }
 icon_close = "$text.0.color"
 icon_dirty = "$status.info"