From 2ec5c88f983664b4df9a283c22d594128b93b7c5 Mon Sep 17 00:00:00 2001 From: Petros Amoiridis Date: Wed, 22 Feb 2023 20:25:39 +0200 Subject: [PATCH] Make icon width match other areas This was 8 but we've seen areas where this was 14, like the project search tab icon. We want to match this. Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com> --- styles/src/styleTree/tabBar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/src/styleTree/tabBar.ts b/styles/src/styleTree/tabBar.ts index a4875cec06..d874b86b1d 100644 --- a/styles/src/styleTree/tabBar.ts +++ b/styles/src/styleTree/tabBar.ts @@ -24,7 +24,7 @@ export default function tabBar(colorScheme: ColorScheme) { spacing: 8, // Close icons - iconWidth: 8, + iconWidth: 14, iconClose: foreground(layer, "variant"), iconCloseActive: foreground(layer, "hovered"),