diff --git a/src/components/Sheet/__stories__/MultipleSheetsShowcase/MultipleSheets.scss b/src/components/Sheet/__stories__/MultipleSheetsShowcase/MultipleSheets.scss index ac6ba33abf..d31ae63709 100644 --- a/src/components/Sheet/__stories__/MultipleSheetsShowcase/MultipleSheets.scss +++ b/src/components/Sheet/__stories__/MultipleSheetsShowcase/MultipleSheets.scss @@ -1,4 +1,4 @@ -.sheet-stories-with-image-showcase { +.sheet-stories-with-multiple-sheets { display: flex; justify-content: center; diff --git a/src/components/Sheet/__stories__/MultipleSheetsShowcase/MultipleSheets.stories.tsx b/src/components/Sheet/__stories__/MultipleSheetsShowcase/MultipleSheets.stories.tsx index 276ece349c..085efe501f 100644 --- a/src/components/Sheet/__stories__/MultipleSheetsShowcase/MultipleSheets.stories.tsx +++ b/src/components/Sheet/__stories__/MultipleSheetsShowcase/MultipleSheets.stories.tsx @@ -9,7 +9,7 @@ import type {SheetProps} from '../../Sheet'; import './MultipleSheets.scss'; -const b = cn('sheet-stories-with-image-showcase'); +const b = cn('sheet-stories-with-multiple-sheets'); export default { title: 'Components/Overlays/Sheet',