Skip to content

Commit 9243875

Browse files
committed
fixup! fixup! add styles to button in WindowHeader
1 parent 86365e6 commit 9243875

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/WindowHeader/WindowHeader.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ const SlyledWindowHeader = styled.div`
2424
color: ${({ theme }) => theme.textInvert};
2525
}
2626
${StyledButton} {
27-
padding: 0;
27+
padding-left: 0;
28+
padding-right: 0;
2829
height: 27px;
2930
width: 31px;
3031
}

0 commit comments

Comments
 (0)