fix(ui): fix select chevron alignment (#6690)
parent
c545fa2a28
commit
c74c66e6b4
|
|
@ -11,6 +11,9 @@
|
|||
[data-slot="select-select-trigger-icon"] {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
color: var(--text-weak);
|
||||
transition: transform 0.1s ease-in-out;
|
||||
|
|
|
|||
Loading…
Reference in New Issue