From 1f72f9e18babcd8906d1d550ef4691831b3accaf Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Wed, 31 May 2023 12:59:28 -0400 Subject: [PATCH] Add un-hooked up zoomIcon styles --- styles/src/styleTree/tabBar.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/src/styleTree/tabBar.ts b/styles/src/styleTree/tabBar.ts index 61d30be7e0..ef1425cd15 100644 --- a/styles/src/styleTree/tabBar.ts +++ b/styles/src/styleTree/tabBar.ts @@ -31,6 +31,10 @@ export default function tabBar(colorScheme: ColorScheme) { iconClose: foreground(layer, "variant"), iconCloseActive: foreground(layer, "hovered"), + // Zoom Icons + iconZoom: foreground(layer, "variant"), + iconZoomActive: foreground(layer, "accent"), + // Indicators iconConflict: foreground(layer, "warning"), iconDirty: foreground(layer, "accent"),