Browse Source

Mobile nav fix

David Hill 4 months ago
parent
commit
f9229889a1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      packages/console/app/src/routes/index.css

+ 6 - 0
packages/console/app/src/routes/index.css

@@ -220,6 +220,12 @@
       }
     }
 
+    [data-component="nav-mobile"] {
+      button > svg {
+        color: var(--color-icon);
+      }
+    }
+
     [data-component="nav-mobile-toggle"] {
       border: none;
       background: none;