Tweak spacing so tab close buttons feel more balanced

Nathan Sobo created

Change summary

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

Detailed changes

zed/assets/themes/_base.toml 🔗

@@ -18,7 +18,7 @@ width = 16
 
 [workspace.tab]
 text = "$text.2"
-padding = { left = 10, right = 10 }
+padding = { left = 12, right = 12 }
 icon_width = 8
 spacing = 10
 icon_close = "$text.2.color"