Skip to content

Commit

Permalink
Merge pull request #147 from bsideproject/moon
Browse files Browse the repository at this point in the history
[feat] Stepper2 Component 자리수 늘어나면 위치 바뀌는 이슈 수정
  • Loading branch information
KinDDoGGang authored Sep 15, 2023
2 parents 9824573 + 1e0272d commit 313b2fe
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 313b2fe

Please sign in to comment.