Skip to content

Commit

Permalink
design:input padding 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
2NNS-V committed Aug 28, 2024
1 parent b6f3068 commit 1be845d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/form/Input.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export const InputElement = styled.input<InputProps>`
border-radius: 12px;
border: none;
padding:5px;
background-color: ${(props) => {
switch (props.variants) {
case "primary":
Expand Down

0 comments on commit 1be845d

Please sign in to comment.