From 3b1f0a658cc52b0d4d24712075473d7fb02e3010 Mon Sep 17 00:00:00 2001 From: alexnatalia Date: Wed, 4 Aug 2021 11:20:05 +0300 Subject: [PATCH] Fixed button storybook typograhy behaviour. --- src/stories/SButton.stories.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/stories/SButton.stories.ts b/src/stories/SButton.stories.ts index 7604f2ec..b804b5a8 100644 --- a/src/stories/SButton.stories.ts +++ b/src/stories/SButton.stories.ts @@ -14,7 +14,7 @@ export default { export const configurable = () => ({ components: { SButton, SIcon }, template: ` ({ content: { default: text('Button text', 'Default') }, + withTypography: { + default: boolean('With Typography css class', false) + }, typography: { default: text('Typographic css class', 's-typography-button--large') },