diff --git a/packages/shared/themes/base.ts b/packages/shared/themes/base.ts index a548bbb277..1d7b5f2efa 100644 --- a/packages/shared/themes/base.ts +++ b/packages/shared/themes/base.ts @@ -2551,7 +2551,6 @@ export const getBaseTheme = () => { borderRadius: "6px", mobileBorderRadius: "6px 6px 0 0", boxShadow: `0px 8px 16px 0px ${boxShadowColor}`, - padding: "6px 0px", border: "none", devices: { maxHeight: "calc(100vh - 64px)", diff --git a/packages/shared/themes/dark.ts b/packages/shared/themes/dark.ts index 6011c1195d..6a3306012c 100644 --- a/packages/shared/themes/dark.ts +++ b/packages/shared/themes/dark.ts @@ -2536,7 +2536,6 @@ const Dark: TTheme = { borderRadius: "6px", mobileBorderRadius: "6px 6px 0 0", boxShadow: `0px 8px 16px 0px ${boxShadowDarkColor}`, - padding: "6px 0px", border: `1px solid ${grayDarkStrong}`, devices: { maxHeight: "calc(100vh - 64px)",