Skip to content

Commit

Permalink
fix: Fixed password UI (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
he2e2 authored and cjeongmin committed Oct 1, 2024
1 parent ccf6539 commit 0e9538c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/profile/EditPasswordSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const styles = {
li {
border-bottom: 0.4px solid #d3d3d3;
flex-grow: 1;
width: 100%;
padding: 1rem 0.3rem;
display: flex;
justify-content: space-between;
Expand Down Expand Up @@ -121,7 +121,7 @@ const styles = {
`,

inputPWD: styled.input`
flex-grow: 1;
width: 100%;
height: 100%;
border: none;
Expand Down

0 comments on commit 0e9538c

Please sign in to comment.