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 889a5ce commit 0027484Copy full SHA for 0027484
src/components/modules/login-modal/index.tsx
@@ -49,6 +49,7 @@ const CtaButton = styled(Button)`
49
margin: 20px;
50
width: calc(100% - 40px);
51
box-sizing: border-box;
52
+ min-height: 58px;
53
`;
54
55
const CloseDialogButton = styled.button`
@@ -159,12 +160,12 @@ const spin = keyframes`
159
160
161
const Spinner = styled.div`
162
border: 4px solid rgba(0, 0, 0, 0.1);
- border-top: 4px solid #007bff;
163
+ border-top: 4px solid var(--text-always-white);
164
border-radius: 50%;
165
width: 24px;
166
height: 24px;
167
animation: ${spin} 1s linear infinite;
- margin: 10px 0;
168
+ margin: -4px 0;
169
170
171
const ErrorMessage = styled.div`
0 commit comments