Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

fix: search input color #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/src/components/Search/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const StyledInput = styled.input`
padding: 10px 0px;
padding-left: 70px;
padding-right: 220px;
color: #fffff;
background: ${prop('theme.bg.default')};
font-size: ${(props) => props.theme.fontSize.lg};
border-radius: ${(props) => props.theme.borderRadius};
Expand Down