From 9f86ca85747186a13c2c27114cd2f27c90b76040 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Thu, 2 Mar 2023 15:48:31 -0800 Subject: [PATCH] Update tabBar.ts --- 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 8067003cb2057bab6a90ec4a68d4110143e43597..61d30be7e03c8eceb026ea3f0fa1c39eab9cca60 100644 --- a/styles/src/styleTree/tabBar.ts +++ b/styles/src/styleTree/tabBar.ts @@ -27,7 +27,7 @@ export default function tabBar(colorScheme: ColorScheme) { typeIconWidth: 14, // Close icons - closeIconWidth: 14, + closeIconWidth: 8, iconClose: foreground(layer, "variant"), iconCloseActive: foreground(layer, "hovered"),