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 b19f780 commit 7268069Copy full SHA for 7268069
src/pages/AccountEdit/styles.tsx
@@ -46,7 +46,7 @@ export const SNSIcon = styled.img`
46
47
export const Text = styled.div`
48
font-size: 0.875rem;
49
- color: ${({ theme }) => theme.colors.gray[600]};
+ color: ${({ theme }) => theme.colors.tertiary};
50
margin-top: 2.1875rem;
51
text-align: left;
52
`;
@@ -84,7 +84,7 @@ export const Label = styled.div`
84
85
export const Info = styled.div`
86
87
- color: ${({ theme }) => theme.colors.gray[500]};
+ color: ${({ theme }) => theme.colors.caption};
88
margin-left: 0.625rem;
89
flex-grow: 1;
90
0 commit comments