Commit c3d72992 by DigHuang Committed by GitHub

style(input): horizontal padding to input field (#6937)

parent c988fbf6
...@@ -162,7 +162,7 @@ const InputRender = (props: InputRenderProps) => { ...@@ -162,7 +162,7 @@ const InputRender = (props: InputRenderProps) => {
min={props.min} min={props.min}
max={props.max} max={props.max}
bg={undefined} bg={undefined}
inputFieldProps={{ bg: bg }} inputFieldProps={{ bg: bg, px: 3 }}
/> />
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment