Skip to content

Commit

Permalink
Merge pull request #52 from ananjaemin/45-checkpw-page-dark-color-적용
Browse files Browse the repository at this point in the history
45 checkpw page dark color 적용
  • Loading branch information
ananjaemin committed Nov 10, 2022
2 parents 09bda68 + 192c0cb commit 957a7e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/pages/checkpw/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ export const PasswordInputSection = styled.div`

export const CheckPasswordInput = styled.input`
border: 0.4rem solid var(--color-border);
background-color: var(--color-backgorund-black);
color: var(--color-text-placeholder);
border-radius: 1rem;
outline: none;
width: 50rem;
height: 6rem;
padding-left: 1.2rem;
font-size: 1.8rem;
font-weight: 700;
&::-webkit-input-placeholder {
color: var(--color-text-placeholder);
}
`;

0 comments on commit 957a7e6

Please sign in to comment.