Skip to content

Commit

Permalink
docs(button/global): πŸ“ update style
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Oct 7, 2023
1 parent 998b057 commit ca601ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs-ve/src/components/button/global.story.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import type { Hst } from '@histoire/plugin-svelte'
// import { logEvent } from 'histoire/client'
import style from 'shiraha-ve/dist/components/button/global.css?inline'
import styleH from 'shiraha-ve/dist/typography/heading/global.css?inline'
export let Hst: Hst
Expand All @@ -12,6 +13,7 @@
<Hst.Story title="Button (global)">
<Hst.Variant title="default">
<svelte:element this={'style'}>{style}</svelte:element>
<svelte:element this={'style'}>{styleH}</svelte:element>

<h4>Buttons</h4>
<button>button</button>
Expand Down

0 comments on commit ca601ee

Please sign in to comment.