Add un-hooked up zoomIcon styles

Nate Butler created

Change summary

styles/src/styleTree/tabBar.ts | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

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"),