Skip to content

Commit

Permalink
chore: add legend-large style
Browse files Browse the repository at this point in the history
  • Loading branch information
karimim committed Oct 2, 2024
1 parent d45a834 commit 620f5ad
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,15 @@ type Story = StoryObj;
export const Default: Story = {
render: () => html`
<fieldset>
<fieldset>
<legend>Default legend</legend>
</fieldset>
<legend>Default legend</legend>
</fieldset>
`,
};

export const Large: Story = {
render: () => html`
<fieldset>
<legend post-size="large">Large legend</legend>
<legend class="legend-large">Large legend</legend>
</fieldset>
`,
};

0 comments on commit 620f5ad

Please sign in to comment.