We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f12aeb commit 41a7941Copy full SHA for 41a7941
1 file changed
src/pages/verification/styles.tsx
@@ -45,7 +45,7 @@ export const Button = styled.button`
45
padding: 1.25rem;
46
margin-top: 300px;
47
font-size: 0.875rem;
48
- color: ${({ theme }) => theme.colors.white};
+ color: ${({ theme }) => theme.colors.contrast};
49
background-color: ${({ theme, disabled }) =>
50
disabled ? theme.colors.gray[300] : theme.colors.black};
51
border: none;
0 commit comments