Skip to content

Commit 41a7941

Browse files
committed
fix: 코리 반영
1 parent 3f12aeb commit 41a7941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/verification/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const Button = styled.button`
4545
padding: 1.25rem;
4646
margin-top: 300px;
4747
font-size: 0.875rem;
48-
color: ${({ theme }) => theme.colors.white};
48+
color: ${({ theme }) => theme.colors.contrast};
4949
background-color: ${({ theme, disabled }) =>
5050
disabled ? theme.colors.gray[300] : theme.colors.black};
5151
border: none;

0 commit comments

Comments
 (0)