Skip to content

Commit

Permalink
fix story button width
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Oct 18, 2023
1 parent 28fccc7 commit 29119df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/DateInput.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const args = {
<Form class="flex column" on:submit={() => setNotice(valueForValueStory || 'No date selected')}>
<DateInput on:blur={args['on:blur']} bind:value={valueForValueStory} />

<Button raised>Submit</Button>
<Button class="w-8" raised>Submit</Button>

<Snackbar />
</Form>
Expand Down

0 comments on commit 29119df

Please sign in to comment.