Skip to content

Commit

Permalink
Merge pull request #182 from lunit-io/DS-197-fix-Textfield-style-typo
Browse files Browse the repository at this point in the history
[DS-197] TextField padding style } 오타 수정
  • Loading branch information
LTakhyunKim authored Dec 2, 2024
2 parents 292373a + 1f8d5d8 commit a38963d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ const getSinglelineTextFieldPaddingByIconAndSize = ({
case "small":
return `4px ${hasRightIcon ? "8px" : "12px"} 4px ${
hasLeftIcon ? "8px" : "12px"
}}`;
}`;
case "medium":
return `8px ${hasRightIcon ? "12px" : "16px"} 8px ${
hasLeftIcon ? "12px" : "16px"
}}`;
}`;
case "large":
return `10px ${hasRightIcon ? "12px" : "16px"} 10px ${
hasLeftIcon ? "12px" : "16px"
}}`;
}`;
}
};

Expand Down

0 comments on commit a38963d

Please sign in to comment.