Browse Source

increase gap between icon and label in settings tabs to 12px

David Hill 1 month ago
parent
commit
745206ffbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ui/src/components/tabs.css

+ 1 - 1
packages/ui/src/components/tabs.css

@@ -324,7 +324,7 @@
         [data-slot="tabs-trigger"] {
           border: none;
           padding: 0 8px;
-          gap: 8px;
+          gap: 12px;
           justify-content: flex-start;
           width: 100%;
         }