Browse Source

fix: increase sidebar icon size by removing 16px constraint

David Hill 1 month ago
parent
commit
575cc59b37
1 changed files with 0 additions and 5 deletions
  1. 0 5
      packages/ui/src/components/icon-button.css

+ 0 - 5
packages/ui/src/components/icon-button.css

@@ -125,11 +125,6 @@
     /* padding: 0 8px 0 6px; */
     /* padding: 0 8px 0 6px; */
     gap: 8px;
     gap: 8px;
 
 
-    [data-slot="icon-svg"] {
-      height: 16px;
-      width: 16px;
-    }
-
     /* text-12-medium */
     /* text-12-medium */
     font-family: var(--font-family-sans);
     font-family: var(--font-family-sans);
     font-size: var(--font-size-small);
     font-size: var(--font-size-small);