Add un-hooked up zoomIcon styles

This commit is contained in:
Nate Butler 2023-05-31 12:59:28 -04:00 committed by Max Brunsfeld
parent a10933c063
commit 1f72f9e18b

View File

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