Search bar css fix
- lowered search bar height - centered text - decreased font size
This commit is contained in:
parent
70b226a082
commit
d96077d7b3
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ import theming from "../../styles/theming"
|
|||
const StyledSearchBar = styled.input`
|
||||
width: 100%;
|
||||
border-radius: 100px; /* arbitrarily large value */
|
||||
height: 3rem;
|
||||
text-indent: 1rem;
|
||||
font-size: 1.25rem;
|
||||
height: 2.5rem;
|
||||
text-align: center;
|
||||
font-size: 1.2rem;
|
||||
outline: none;
|
||||
|
||||
border: ${(props) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue