File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3717,7 +3717,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3717
3717
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
3718
3718
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
3719
3719
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
3720
- - [examples] Add MUI base example (#33154) @siriwatknp
3720
+ - [examples] Add Base UI example (#33154) @siriwatknp
3721
3721
3722
3722
### Core
3723
3723
Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ export default function EmailSubscribe({ sx }: { sx?: SxProps<Theme> }) {
131
131
borderColor : 'primary.500' ,
132
132
} ,
133
133
[ `& .${ inputBaseClasses . input } ` ] : {
134
- borderRadius : `calc(${ theme . spacing ( 1 ) } - 1px)` ,
134
+ borderRadius : `calc(${ theme . shape . borderRadius } px - 1px)` ,
135
135
py : '11px' ,
136
- px : 1 ,
136
+ px : 1.5 ,
137
137
} ,
138
138
} ) ,
139
139
( theme ) =>
You can’t perform that action at this time.
0 commit comments