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 a993812 commit c0cff70Copy full SHA for c0cff70
app/signup/SignUpSuccess.styled.ts
@@ -94,9 +94,9 @@ export const SuccessButton = styled.button`
94
border-radius: 75px;
95
background-color: white;
96
color: black;
97
- font-size: 18px !important;
98
- font-weight: 500 !important;
99
- line-height: 20px !important;
+ font-size: 18px;
+ font-weight: 500;
+ line-height: 20px;
100
${"a"} {
101
}
102
`;
app/signup/SignUpView.styled.ts
@@ -147,8 +147,8 @@ export const SignUpButton = styled(Button)`
147
font-weight: 500 !important;
148
line-height: 20px !important;
149
150
- color: #717072 !important;
151
- background-color: #464748 !important;
+ color: #717072;
+ background-color: #464748;
152
153
154
export const StyledBox = styled(Box)`
0 commit comments