Skip to content

Commit 22cccfe

Browse files
Merge pull request #349 from lara-learning/fix/search-color
fix: change archive search color
2 parents 355d3a4 + 2eac741 commit 22cccfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/src/search.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const StyledSearch = styled.input`
1111
border: none;
1212
transition: width 0.3s;
1313
background-color: ${(props) => props.theme.background};
14+
color: ${(props) => props.theme.lightFont};
1415
::placeholder {
1516
color: ${(props) => props.theme.lightFont};
1617
}

0 commit comments

Comments
 (0)