Skip to content

Commit d57c346

Browse files
committed
Change placeholder color to white
1 parent 15895e8 commit d57c346

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/StartingPage/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ const languageSelectionFormStyle = {
8484
margin: 0,
8585
color: "black",
8686
}),
87+
singleValue: (base) => ({
88+
...base,
89+
color: "white",
90+
}),
8791
}
8892

8993
const Subtitle = styled("div")({

0 commit comments

Comments
 (0)