Skip to content

Commit ef60bab

Browse files
committed
Fix Stepper
1 parent 94e3a5c commit ef60bab

File tree

1 file changed

+0
-3
lines changed
  • packages/components/src/components/Stepper

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ function StepperDecreaseButton({ ...props }: ComponentProps<typeof Button>) {
7777
p: '0',
7878
boxSize: '28px',
7979
borderRadius: '4px',
80-
selectors: {
81-
'&>div>div': {},
82-
},
8380
})}
8481
disabled={disabled}
8582
onClick={() => setValue(value - 1)}

0 commit comments

Comments
 (0)