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`
|
const StyledSearchBar = styled.input`
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 100px; /* arbitrarily large value */
|
border-radius: 100px; /* arbitrarily large value */
|
||||||
height: 3rem;
|
height: 2.5rem;
|
||||||
text-indent: 1rem;
|
text-align: center;
|
||||||
font-size: 1.25rem;
|
font-size: 1.2rem;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
border: ${(props) =>
|
border: ${(props) =>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue