Skip to content

Commit

Permalink
[feat] Stepper2 Component 자리수 늘어나면 위치 바뀌는 이슈 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
JAEMOONLEE committed Sep 15, 2023
1 parent fc7bf09 commit 1e0272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Stepper2/Stepper2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Stepper2 ( { disabled }: StepperProps ) {
disabled={disabled}
>-
</button>
<span className='font-bold text-g7'>{count}</span>
<span className='w-10 inline-block text-center font-bold text-g7'>{count}</span>
<button
type="button"
className={`${styles.rounded} ${disabled ? styles.disabled : ''} `}
Expand Down

0 comments on commit 1e0272d

Please sign in to comment.