Skip to content

Commit

Permalink
change header button horz spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Dec 13, 2020
1 parent cc239bc commit 218f262
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/HeaderButton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ const getIcon = (name, customIconMapping) => {

const StyledButton = styled(Button)({
textTransform: "none",
width: 64,
width: 60,
paddingTop: 8,
paddingBottom: 4,
marginLeft: 4,
marginRight: 4,
marginLeft: 1,
marginRight: 1,
})
const ButtonInnerContent = styled("div")({
display: "flex",
Expand Down

0 comments on commit 218f262

Please sign in to comment.