Skip to content

Commit

Permalink
fix: textfield 사용 안하는 것 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Sep 4, 2024
1 parent fc4c970 commit 03e97f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/signup/EmailInputField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,3 @@ const EmailFieldWrapper = styled.div`
align-items: center;
justify-content: space-between;
`;

const TextFieldStyle = {
minWidth: '100%',
flex: 1,
maxWidth: '100%'
};

0 comments on commit 03e97f7

Please sign in to comment.