diff --git a/.changeset/tame-walls-itch.md b/.changeset/tame-walls-itch.md new file mode 100644 index 0000000000..08ccd3fc20 --- /dev/null +++ b/.changeset/tame-walls-itch.md @@ -0,0 +1,5 @@ +--- +"@bigcommerce/catalyst-core": patch +--- + +Set mobile padding to 16px instead of 24px diff --git a/core/app/[locale]/(default)/compare/page.tsx b/core/app/[locale]/(default)/compare/page.tsx index 9a7590a7a6..6baf98602c 100644 --- a/core/app/[locale]/(default)/compare/page.tsx +++ b/core/app/[locale]/(default)/compare/page.tsx @@ -137,7 +137,7 @@ export default async function Compare({ {t('comparingQuantity', { quantity: products.length })} -
+
diff --git a/core/app/[locale]/(default)/layout.tsx b/core/app/[locale]/(default)/layout.tsx index 19fa5563f2..879e17a6b8 100644 --- a/core/app/[locale]/(default)/layout.tsx +++ b/core/app/[locale]/(default)/layout.tsx @@ -44,7 +44,7 @@ export default async function DefaultLayout({ children, params: { locale } }: Pr <>
} data={data.site} /> -
+
{children}
diff --git a/core/app/[locale]/maintenance/page.tsx b/core/app/[locale]/maintenance/page.tsx index 11812497bc..e01800835f 100644 --- a/core/app/[locale]/maintenance/page.tsx +++ b/core/app/[locale]/maintenance/page.tsx @@ -6,7 +6,7 @@ import { graphql } from '~/client/graphql'; import { StoreLogo, StoreLogoFragment } from '~/components/store-logo'; const Container = ({ children }: { children: ReactNode }) => ( -
{children}
+
{children}
); export const metadata = { diff --git a/core/app/[locale]/not-found.tsx b/core/app/[locale]/not-found.tsx index b8250629b1..1e7cdd85ae 100644 --- a/core/app/[locale]/not-found.tsx +++ b/core/app/[locale]/not-found.tsx @@ -58,7 +58,7 @@ export default async function NotFound() { data={data.site} /> -
+

{t('heading')}

{t('message')}

diff --git a/core/app/notifications.tsx b/core/app/notifications.tsx index 6143e7d9aa..095ae743a2 100644 --- a/core/app/notifications.tsx +++ b/core/app/notifications.tsx @@ -3,7 +3,7 @@ import { Toaster } from 'react-hot-toast'; export const Notifications = () => { return ( { 0 && 'h-full lg:h-3/4', )} side="top" diff --git a/core/components/ui/carousel/carousel.tsx b/core/components/ui/carousel/carousel.tsx index 309fd11d1e..60fdd210dd 100644 --- a/core/components/ui/carousel/carousel.tsx +++ b/core/components/ui/carousel/carousel.tsx @@ -158,7 +158,7 @@ const CarouselContent = forwardRef, ComponentPropsWithRef<'div return (
-
+
{children}
@@ -178,7 +178,7 @@ const CarouselItem = forwardRef<
, ComponentPropsWithRef<'div'>>( ({ children, className, ...props }, ref) => (
diff --git a/core/components/ui/navigation-menu/navigation-menu.tsx b/core/components/ui/navigation-menu/navigation-menu.tsx index 7ac49df2af..a8e4032008 100644 --- a/core/components/ui/navigation-menu/navigation-menu.tsx +++ b/core/components/ui/navigation-menu/navigation-menu.tsx @@ -51,7 +51,7 @@ const NavigationMenu = forwardRef<
@@ -218,7 +218,7 @@ const NavigationMenuCollapsed = forwardRef, ComponentPropsWith return (
{t('productComparison')}