File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
packages/components/src/components/Stepper Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function Stepper({
7373}
7474
7575function 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
7979function 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' : {
You can’t perform that action at this time.
0 commit comments