File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ const Input = <
3636 gridArea : "1 / 1 / 2 / 3" ,
3737 gridTemplateColumns : "0 min-content" ,
3838 color : "inherit" ,
39+ marginX : "0.125rem" ,
40+ paddingY : "0.125rem" ,
3941 _after : {
4042 content : 'attr(data-value) " "' ,
4143 visibility : "hidden" ,
@@ -44,21 +46,18 @@ const Input = <
4446 ...spacingSx ,
4547 } ,
4648 } ;
47-
4849 const containerSx = chakraStyles ?. inputContainer
4950 ? chakraStyles . inputContainer ( initialContainerSx , props )
5051 : initialContainerSx ;
5152
5253 const initialInputSx : CSSObject = {
5354 label : "input" ,
5455 color : "inherit" ,
55- bg : 0 ,
56+ background : 0 ,
5657 opacity : isHidden ? 0 : 1 ,
5758 width : "100%" ,
58- py : "0.125rem" ,
5959 ...spacingSx ,
6060 } ;
61-
6261 const inputSx = chakraStyles ?. input
6362 ? chakraStyles . input ( initialInputSx , props )
6463 : initialInputSx ;
You can’t perform that action at this time.
0 commit comments