Skip to content

Commit 218f262

Browse files
committed
change header button horz spacing
1 parent cc239bc commit 218f262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/HeaderButton/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ const getIcon = (name, customIconMapping) => {
1919

2020
const StyledButton = styled(Button)({
2121
textTransform: "none",
22-
width: 64,
22+
width: 60,
2323
paddingTop: 8,
2424
paddingBottom: 4,
25-
marginLeft: 4,
26-
marginRight: 4,
25+
marginLeft: 1,
26+
marginRight: 1,
2727
})
2828
const ButtonInnerContent = styled("div")({
2929
display: "flex",

0 commit comments

Comments
 (0)