Explorar el Código

set default select trigger background to transparent

David Hill hace 8 meses
padre
commit
715860f997
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/ui/src/components/select.css

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

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