We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e3a5c commit ef60babCopy full SHA for ef60bab
packages/components/src/components/Stepper/index.tsx
@@ -77,9 +77,6 @@ function StepperDecreaseButton({ ...props }: ComponentProps<typeof Button>) {
77
p: '0',
78
boxSize: '28px',
79
borderRadius: '4px',
80
- selectors: {
81
- '&>div>div': {},
82
- },
83
})}
84
disabled={disabled}
85
onClick={() => setValue(value - 1)}
0 commit comments