File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const AntDemo = () => {
3535 < ConfigProvider
3636 locale = { locale ( "frFR" ) }
3737 theme = { { algorithm : algorithm === "defaultAlgorithm" ? theme . defaultAlgorithm : theme . darkAlgorithm } } >
38- < Card style = { { height : "100%" , borderRadius : 0 , border : "none" } } bodyStyle = { { padding : 0 } } >
38+ < Card style = { { height : "100%" , borderRadius : 0 , border : "none" } } styles = { { body : { padding : 0 } } } >
3939 < div style = { { margin : 20 , maxWidth : 400 } } >
4040 { value && (
4141 < pre style = { {
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ const PhoneInput = forwardRef(({
281281 return (
282282 < div className = { `${ prefixCls } -phone-input-wrapper` }
283283 ref = { node => setMinWidth ( node ?. offsetWidth || 0 ) } >
284- < Space . Compact >
284+ < Space . Compact size = { antInputProps ?. size || "middle" } >
285285 { dropdownRender ( countriesSelect ) }
286286 < Input
287287 ref = { ref }
You can’t perform that action at this time.
0 commit comments