Skip to content

Commit c74c66e

Browse files
authored
fix(ui): fix select chevron alignment (#6690)
1 parent c545fa2 commit c74c66e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/ui/src/components/select.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
[data-slot="select-select-trigger-icon"] {
1212
width: 16px;
1313
height: 16px;
14+
display: flex;
15+
align-items: center;
16+
justify-content: center;
1417
flex-shrink: 0;
1518
color: var(--text-weak);
1619
transition: transform 0.1s ease-in-out;

0 commit comments

Comments
 (0)