Skip to content

Commit 7770430

Browse files
[website] Fix EmailSubscribe look (#38429)
1 parent c8cf242 commit 7770430

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3717,7 +3717,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
37173717
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
37183718
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
37193719
- [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
37213721

37223722
### Core
37233723

docs/src/components/footer/EmailSubscribe.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ export default function EmailSubscribe({ sx }: { sx?: SxProps<Theme> }) {
131131
borderColor: 'primary.500',
132132
},
133133
[`& .${inputBaseClasses.input}`]: {
134-
borderRadius: `calc(${theme.spacing(1)} - 1px)`,
134+
borderRadius: `calc(${theme.shape.borderRadius}px - 1px)`,
135135
py: '11px',
136-
px: 1,
136+
px: 1.5,
137137
},
138138
}),
139139
(theme) =>

0 commit comments

Comments
 (0)