Skip to content

Commit 70fd33b

Browse files
committed
align item to left
1 parent 4e08da7 commit 70fd33b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ export const InputWithStepper = forwardRef<any, ShapeProps>((props, ref) => {
6666

6767
{/* Texto del input */}
6868
<Text
69-
x={0}
69+
x={INPUT_SHAPE.DEFAULT_PADDING}
7070
y={height / 2 - 8} // Centrar verticalmente
71-
width={restrictedWidth}
71+
width={width - INPUT_SHAPE.DEFAULT_PADDING * 2}
7272
text={text}
7373
fontFamily="Arial"
7474
fontSize={16}

0 commit comments

Comments
 (0)