Search bar css fix

- lowered search bar height
- centered text
- decreased font size
This commit is contained in:
Kim, Jimin 2021-12-20 09:11:26 +09:00
parent 70b226a082
commit d96077d7b3

View file

@ -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) =>