Skip to content

Commit

Permalink
- small bugs from new material-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu committed Jun 13, 2019
1 parent 26b9834 commit c128bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const customInputStyle = {
},
input: {
color: "#495057",
height: "unset",
"&,&::placeholder": {
fontSize: "14px",
fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const headerStyle = {
textTransform: "none",
color: "inherit",
padding: "8px 16px",
letterSpacing: "unset",
"&:hover,&:focus": {
color: "inherit",
background: "transparent"
Expand Down

0 comments on commit c128bf4

Please sign in to comment.