From d8ff9e1f9696515083a7850a5c0dc13ba0f7c486 Mon Sep 17 00:00:00 2001 From: Dmytro Soldatov Date: Mon, 7 Aug 2023 10:28:29 +0300 Subject: [PATCH] fix application layout story --- src/stories/complex/AppLayout.stories.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/stories/complex/AppLayout.stories.ts b/src/stories/complex/AppLayout.stories.ts index 64681b5d..07199a30 100644 --- a/src/stories/complex/AppLayout.stories.ts +++ b/src/stories/complex/AppLayout.stories.ts @@ -9,9 +9,8 @@ const args = { width: 95, height: 95, opacity: 1, - fontSize: 24, padding: 10, - childWidth: 50, + childWidth: 48, childHeight: 34, textAlign: ALIGN, verticalAlign: VERTICAL_ALIGN, @@ -29,7 +28,6 @@ class LayoutStory height, opacity, textAlign, - fontSize, position, padding, childWidth, @@ -40,7 +38,6 @@ class LayoutStory const fontStyle = { textAlign, verticalAlign, - fontSize, color, overflow: 'hidden' }; @@ -97,7 +94,6 @@ class LayoutStory height: '96%', position: 'right', textAlign, - fontSize, color, padding },