Skip to content

Commit

Permalink
fix: change font style to italic
Browse files Browse the repository at this point in the history
  • Loading branch information
dagmawig committed Jan 8, 2022
1 parent 43152b6 commit 58ffd97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SearchBoxMobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default function SearchBox() {
background: '#FFFFFF',
boxShadow: '0px 4px 10px rgba(0,0,0,0.25)',
fontSize: 'small',
fontStyle: 'italic',
}}
type="search"
placeholder="Enter a tree ID, tree species, or location"
Expand Down

0 comments on commit 58ffd97

Please sign in to comment.