Skip to content

Commit 5395947

Browse files
committed
fix align
1 parent 6f17040 commit 5395947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/components/mock-components/front-rich-components/input-stepper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const InputWithStepper = forwardRef<any, ShapeProps>((props, ref) => {
7373
fontFamily="Arial"
7474
fontSize={16}
7575
fill={textColor}
76-
align="left"
76+
align="center"
7777
wrap="none"
7878
/>
7979

0 commit comments

Comments
 (0)