Skip to content

Commit 9669bab

Browse files
committed
fix: 🐛 select color to use the text color varibale
1 parent b882ca7 commit 9669bab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/Select.module.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@
9090
.select :global(.rs__single-value) {
9191
color: var(--text-color);
9292
}
93+
.select :global(.rs__input) {
94+
color: var(--text-color);
95+
}
96+
.select :global(.rs__input-container) {
97+
color: var(--text-color);
98+
}
9399

94100
.itemSpacer {
95101
flex: 1 0 0;

0 commit comments

Comments
 (0)