Skip to content

Commit

Permalink
Revert "[#623] [도서 검색] Input 검색 아이콘 Layout Shift 해결 (#624)"
Browse files Browse the repository at this point in the history
This reverts commit d0392d6.
  • Loading branch information
gxxrxn authored Aug 20, 2024
1 parent 5ed160f commit ba5cf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/base/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const getInputStyleClasses = (inputStyle: InputStyle) => {
const getLeftIconClass = (iconType?: LeftIconType) => {
switch (iconType) {
case 'search':
return 'pr-[1rem] before:h-[2.2rem] before:min-w-[2rem] before:relative before:top-[0.2rem] before:mx-[1rem] before:content-search';
return 'px-[1rem] before:h-[2.4rem] before:w-[2rem] before:relative before:top-[0.2rem] before:mr-[1rem] before:content-search';
default:
return '';
}
Expand Down

0 comments on commit ba5cf61

Please sign in to comment.