Explorar el Código

fix(ui): fix select chevron alignment (#6690)

Albin Groen hace 1 mes
padre
commit
c74c66e6b4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      packages/ui/src/components/select.css

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

@@ -11,6 +11,9 @@
     [data-slot="select-select-trigger-icon"] {
     [data-slot="select-select-trigger-icon"] {
       width: 16px;
       width: 16px;
       height: 16px;
       height: 16px;
+      display: flex;
+      align-items: center;
+      justify-content: center;
       flex-shrink: 0;
       flex-shrink: 0;
       color: var(--text-weak);
       color: var(--text-weak);
       transition: transform 0.1s ease-in-out;
       transition: transform 0.1s ease-in-out;