Skip to content

Commit

Permalink
Edit Searchbar styling based on mockups (#385)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Valdivia <[email protected]>
  • Loading branch information
kaankabalak and dvaldivia authored Nov 12, 2020
1 parent 125c9ab commit 32898f0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,17 @@ export const searchField = {
justifyContent: "center",
padding: "0 16px",
"& input": {
fontSize: 14,
fontSize: 12,
fontWeight: 700,
color: "#000",
"&::placeholder": {
color: "#393939",
opacity: 1,
},
},
"&:hover": {
borderColor: "#000",
},
},
};

Expand Down

0 comments on commit 32898f0

Please sign in to comment.