Skip to content

Commit

Permalink
fix application layout story
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Aug 7, 2023
1 parent ee67891 commit d8ff9e1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/stories/complex/AppLayout.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -29,7 +28,6 @@ class LayoutStory
height,
opacity,
textAlign,
fontSize,
position,
padding,
childWidth,
Expand All @@ -40,7 +38,6 @@ class LayoutStory
const fontStyle = {
textAlign,
verticalAlign,
fontSize,
color,
overflow: 'hidden'
};
Expand Down Expand Up @@ -97,7 +94,6 @@ class LayoutStory
height: '96%',
position: 'right',
textAlign,
fontSize,
color,
padding
},
Expand Down

0 comments on commit d8ff9e1

Please sign in to comment.