Browse Source

set default select trigger background to transparent

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

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

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