Skip to content

Commit 60fc500

Browse files
committed
Dropdown placeholder style fix
1 parent ba7ecfd commit 60fc500

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/styles/components/widgets/_dropdown.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@
105105
}
106106
.Select__placeholder {
107107
color: var(--color-text-placeholder);
108+
font-size: 12px;
109+
height: 16px;
110+
font-weight: 400;
108111
}
109112
.dropdown--dark {
110113
.Select {

0 commit comments

Comments
 (0)