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 28b039c commit 96a029bCopy full SHA for 96a029b
packages/common/src/components/ProgressButton/elements.ts
@@ -7,7 +7,9 @@ const loaderAnimation = keyframes`
7
50%, 100% { background-color: ${theme.secondary.lighten(0.5)()}; }
8
`;
9
10
-export const Wrapper = styled.div``;
+export const Wrapper = styled.div`
11
+ position: relative;
12
+`;
13
14
export const RelativeButton = styled(Button)`
15
position: relative;
0 commit comments