Skip to content

Commit fd0c639

Browse files
committed
Fix Stepper style
1 parent bb955b4 commit fd0c639

File tree

1 file changed

+2
-5
lines changed
  • packages/components/src/components/Stepper

1 file changed

+2
-5
lines changed

packages/components/src/components/Stepper/index.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function Stepper({
7373
}
7474

7575
function StepperContainer(props: ComponentProps<'div'>) {
76-
return <Flex alignItems="center" gap="20px" styleOrder={1} {...props} />
76+
return <Flex alignItems="center" gap="8px" styleOrder={1} {...props} />
7777
}
7878

7979
function StepperDecreaseButton({ ...props }: ComponentProps<typeof Button>) {
@@ -154,11 +154,8 @@ function StepperInput({ className, ...props }: StepperInputProps) {
154154
className={clsx(
155155
css({
156156
styleOrder: 2,
157-
w: '80px',
158-
h: '50px',
157+
w: '60px',
159158
textAlign: 'center',
160-
py: '10px',
161-
px: '12px',
162159
borderRadius: '6px',
163160
selectors: {
164161
'&::-webkit-outer-spin-button, &::-webkit-inner-spin-button': {

0 commit comments

Comments
 (0)