We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca56271 commit 2d9046aCopy full SHA for 2d9046a
src/elements/Button.svelte
@@ -39,7 +39,7 @@
39
40
<button
41
on:click={onclick}
42
- class="bn-onboard-prepare-button"
+ class="bn-onboard-custom bn-onboard-prepare-button"
43
class:bn-onboard-prepare-button-right={position === 'right'}
44
class:bn-onboard-prepare-button-left={position === 'left'}
45
class:bn-onboard-prepare-button-center={position !== 'left' && position !== 'right'}
0 commit comments