From 928779154e484a6f476901d461eb7737c21dd249 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 17 Sep 2021 16:59:46 -0700 Subject: [PATCH] Tweak spacing so tab close buttons feel more balanced --- zed/assets/themes/_base.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zed/assets/themes/_base.toml b/zed/assets/themes/_base.toml index f8f059487a38f9ee5cfc89d76f0f0ec50f9d8a58..57f25eb26fc331311a2dc93536554471ec549602 100644 --- a/zed/assets/themes/_base.toml +++ b/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"