fix(ui): fix select chevron alignment (#6690)
This commit is contained in:
parent
c545fa2a28
commit
c74c66e6b4
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue