We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244c90f commit 19ce1aeCopy full SHA for 19ce1ae
src/components/Window/Window.js
@@ -15,8 +15,8 @@ const ResizeHandle = styled.span`
15
${({ theme }) => css`
16
display: inline-block;
17
position: absolute;
18
- bottom: 4px;
19
- right: 4px;
+ bottom: 10px;
+ right: 10px;
20
width: 25px;
21
height: 25px;
22
background-image: linear-gradient(
@@ -35,9 +35,6 @@ const ResizeHandle = styled.span`
35
);
36
background-size: 8.49px 8.49px;
37
clip-path: polygon(100% 0px, 0px 100%, 100% 100%);
38
- border-width: 2px;
39
- border-style: solid;
40
- border-color: ${theme.material};
41
cursor: nwse-resize;
42
`}
43
`;
0 commit comments