We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 355d3a4 + 2eac741 commit 22cccfeCopy full SHA for 22cccfe
packages/components/src/search.ts
@@ -11,6 +11,7 @@ export const StyledSearch = styled.input`
11
border: none;
12
transition: width 0.3s;
13
background-color: ${(props) => props.theme.background};
14
+ color: ${(props) => props.theme.lightFont};
15
::placeholder {
16
color: ${(props) => props.theme.lightFont};
17
}
0 commit comments