Skip to content

Commit cc9ed23

Browse files
committed
refactor: 글씨 색상 수정
1 parent 694731b commit cc9ed23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Profile/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const Button = styled.button`
8888
margin: 1.25rem auto;
8989
height: 3.1rem;
9090
text-align: center;
91-
color: ${({ theme }) => theme.colors.contrast};
91+
color: ${({ theme }) => theme.colors.text.contrast};
9292
cursor: pointer;
9393
box-sizing: border-box;
9494
border-radius: 10px;

0 commit comments

Comments
 (0)