Fix tab bar x

Mikayla Maki created

Change summary

styles/src/styleTree/tabBar.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

styles/src/styleTree/tabBar.ts 🔗

@@ -24,7 +24,7 @@ export default function tabBar(colorScheme: ColorScheme) {
         spacing: 8,
 
         // Close icons
-        iconWidth: 14,
+        iconWidth: 8,
         iconClose: foreground(layer, "variant"),
         iconCloseActive: foreground(layer, "hovered"),