From 1aaa736ee7dc9e1fac5dae71fac318fb84379518 Mon Sep 17 00:00:00 2001 From: Anna Beddow Date: Mon, 21 Oct 2024 10:21:42 +0100 Subject: [PATCH] convert to new sizing --- dotcom-rendering/src/components/ScrollableSmall.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dotcom-rendering/src/components/ScrollableSmall.tsx b/dotcom-rendering/src/components/ScrollableSmall.tsx index f1c0da5c03..367b281a51 100644 --- a/dotcom-rendering/src/components/ScrollableSmall.tsx +++ b/dotcom-rendering/src/components/ScrollableSmall.tsx @@ -77,9 +77,7 @@ export const ScrollableSmall = ({ containerPalette={containerPalette} containerType={containerType} showAge={!!showAge} - headlineSize="small" - headlineSizeOnMobile="small" - headlineSizeOnTablet="small" + headlineSizes={{ desktop: 'xxsmall' }} imagePositionOnDesktop="left" imagePositionOnMobile="left" imageSize="small" // TODO - needs fixed width images