Skip to content

Commit 96a029b

Browse files
SaraVieiraCompuIves
authored andcommitted
fix fork button (codesandbox#3187)
1 parent 28b039c commit 96a029b

File tree

1 file changed

+3
-1
lines changed
  • packages/common/src/components/ProgressButton

1 file changed

+3
-1
lines changed

packages/common/src/components/ProgressButton/elements.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ const loaderAnimation = keyframes`
77
50%, 100% { background-color: ${theme.secondary.lighten(0.5)()}; }
88
`;
99

10-
export const Wrapper = styled.div``;
10+
export const Wrapper = styled.div`
11+
position: relative;
12+
`;
1113

1214
export const RelativeButton = styled(Button)`
1315
position: relative;

0 commit comments

Comments
 (0)