From 77704301720b15371817da7c2d7a3275d3233809 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 12 Aug 2023 01:22:05 +0200 Subject: [PATCH] [website] Fix EmailSubscribe look (#38429) --- CHANGELOG.md | 2 +- docs/src/components/footer/EmailSubscribe.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc661e390c5eb..743ceaba3a4311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3717,7 +3717,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som - [docs] Add webpack alias for legacy utils package (#33376) @jgbae - [docs] Improve external link icons synonyms (#33257) @davidgarciab - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova -- [examples] Add MUI base example (#33154) @siriwatknp +- [examples] Add Base UI example (#33154) @siriwatknp ### Core diff --git a/docs/src/components/footer/EmailSubscribe.tsx b/docs/src/components/footer/EmailSubscribe.tsx index 3d4ae4d2467c55..23709d775161c6 100644 --- a/docs/src/components/footer/EmailSubscribe.tsx +++ b/docs/src/components/footer/EmailSubscribe.tsx @@ -131,9 +131,9 @@ export default function EmailSubscribe({ sx }: { sx?: SxProps }) { borderColor: 'primary.500', }, [`& .${inputBaseClasses.input}`]: { - borderRadius: `calc(${theme.spacing(1)} - 1px)`, + borderRadius: `calc(${theme.shape.borderRadius}px - 1px)`, py: '11px', - px: 1, + px: 1.5, }, }), (theme) =>