Skip to content

Commit 2c1f73d

Browse files
committed
fix: 코리 반영
1 parent fe2bd88 commit 2c1f73d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/ProfileEdit/styles.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const Input = styled.input`
3030
border: 0px;
3131
box-sizing: border-box;
3232
border-radius: 10px;
33-
background-color: ${({ theme }) => theme.colors.gray[100]};
33+
background-color: ${({ theme }) => theme.colors.background.secondary};
3434
text-align: left;
3535
`;
3636

@@ -43,7 +43,7 @@ export const Button = styled.button`
4343
height: 1.7rem;
4444
padding: 0.3rem;
4545
border-radius: 50%;
46-
background-color: ${({ theme }) => theme.colors.white};
46+
background-color: ${({ theme }) => theme.colors.background.primary};
4747
box-shadow: 0px 2px 4px ${({ theme }) => `${theme.colors.black}33`};
4848
border: 1px solid ${({ theme }) => theme.colors.gray[300]};
4949
cursor: pointer;
@@ -87,7 +87,7 @@ export const EmailInput = styled.input`
8787
border: 0px;
8888
box-sizing: border-box;
8989
border-radius: 10px;
90-
background-color: ${({ theme }) => theme.colors.gray[100]};
90+
background-color: ${({ theme }) => theme.colors.background.secondary};
9191
text-align: left;
9292
`;
9393

0 commit comments

Comments
 (0)