Browse Source

increase gap between label and icon in select trigger to 12px

David Hill 1 month ago
parent
commit
1092cf4034
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ui/src/components/select.css

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

@@ -6,7 +6,7 @@
     min-width: 160px;
     min-width: 160px;
     height: 32px;
     height: 32px;
     justify-content: flex-end;
     justify-content: flex-end;
-    gap: 8px;
+    gap: 12px;
     background-color: transparent;
     background-color: transparent;
 
 
     [data-slot="select-select-trigger-value"] {
     [data-slot="select-select-trigger-value"] {