Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorascharff committed Sep 9, 2024
1 parent 1d9e716 commit 8c3032e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions stories/Tile.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ export default {
},
control: { type: 'boolean' },
},
fullWidth: {
description: 'Is tile full width?',
table: {
defaultValue: { summary: 'false' },
type: {
summary: 'boolean',
},
},
control: { type: 'boolean' },
},
theme: {
type: { name: 'string' },
description: 'Color theme for tile.',
Expand Down Expand Up @@ -112,7 +102,6 @@ const Template = (args: Args) => {
heading="Målinger"
description="Oversikt over dine målestasjoner"
href={args.href}
fullWidth={args.fullWidth}
theme={args.theme}
disabled={args.disabled}
preventDefault={args.preventDefault}
Expand All @@ -126,7 +115,6 @@ Tile.args = {
href: '#',
theme: 'primary',
disabled: false,
fullWidth: false,
preventDefault: true,
icon: true,
};

0 comments on commit 8c3032e

Please sign in to comment.