Skip to content

Commit 7268069

Browse files
committed
fix: 컬러 수정
1 parent b19f780 commit 7268069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/AccountEdit/styles.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const SNSIcon = styled.img`
4646

4747
export const Text = styled.div`
4848
font-size: 0.875rem;
49-
color: ${({ theme }) => theme.colors.gray[600]};
49+
color: ${({ theme }) => theme.colors.tertiary};
5050
margin-top: 2.1875rem;
5151
text-align: left;
5252
`;
@@ -84,7 +84,7 @@ export const Label = styled.div`
8484

8585
export const Info = styled.div`
8686
font-size: 0.875rem;
87-
color: ${({ theme }) => theme.colors.gray[500]};
87+
color: ${({ theme }) => theme.colors.caption};
8888
margin-left: 0.625rem;
8989
flex-grow: 1;
9090
text-align: left;

0 commit comments

Comments
 (0)