We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694731b commit cc9ed23Copy full SHA for cc9ed23
1 file changed
src/pages/Profile/styles.tsx
@@ -88,7 +88,7 @@ export const Button = styled.button`
88
margin: 1.25rem auto;
89
height: 3.1rem;
90
text-align: center;
91
- color: ${({ theme }) => theme.colors.contrast};
+ color: ${({ theme }) => theme.colors.text.contrast};
92
cursor: pointer;
93
box-sizing: border-box;
94
border-radius: 10px;
0 commit comments