Skip to content

Commit

Permalink
Fix formatting in ButtonRoute.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Dec 21, 2023
1 parent 3ded7e8 commit 8a3278c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Routes/BottonRoute/ButtonRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ export default function ButtonRoute() {
return (
<DesignWrapper>
<DesignArea title="Buttons sizes" style={backgroundColor}>
<FancyBox externalStyle={{width: '300px'}}>
<FancyBox externalStyle={{ width: '300px' }}>
<FancyButton label="Button" themeType="primary" size="sm" />
<FancyButton label="Button" themeType="primary" size="md" />
<FancyButton label="Button" themeType="primary" size="lg" />

</FancyBox>


<FancyButton label="Button" themeType="primary" size="sm" wide={false} onClick={() => console.log('moooinn')} />
<FancyButton label="Button" themeType="secondary" size="md" wide={false} />
<FancyButton label="Button" themeType="accent" size="lg" wide={false} />
Expand Down

0 comments on commit 8a3278c

Please sign in to comment.