From 80c6ce4dafdbdddea5e38ed45dfabb7e18ce814b Mon Sep 17 00:00:00 2001 From: Nik Tsekouras Date: Wed, 18 Dec 2024 11:35:52 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com> --- storybook/decorators/with-max-width-wrapper.js | 2 +- storybook/preview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/storybook/decorators/with-max-width-wrapper.js b/storybook/decorators/with-max-width-wrapper.js index db22d0b89ffaf..84fb73f20b68f 100644 --- a/storybook/decorators/with-max-width-wrapper.js +++ b/storybook/decorators/with-max-width-wrapper.js @@ -6,8 +6,8 @@ import styled from '@emotion/styled'; const maxWidthWrapperMap = { none: 0, 'wordpress-sidebar': 248, - 'large-container': 960, 'small-container': 600, + 'large-container': 960, }; const Indicator = styled.div` diff --git a/storybook/preview.js b/storybook/preview.js index fb42a1a91d76f..8372103cd9944 100644 --- a/storybook/preview.js +++ b/storybook/preview.js @@ -86,8 +86,8 @@ export const globalTypes = { items: [ { value: 'none', title: 'None' }, { value: 'wordpress-sidebar', title: 'WP Sidebar' }, - { value: 'large-container', title: 'Large container' }, { value: 'small-container', title: 'Small container' }, + { value: 'large-container', title: 'Large container' }, ], }, },