Skip to content

Commit

Permalink
story text
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Dec 9, 2024
1 parent 51d02a4 commit 74e5492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Story = StoryObj<typeof ValidationMessage>;

export const Preview: Story = {
args: {
children: 'Dette er en beskrivende feilmelding.',
children: 'Dette er en valideringsmelding.',
'data-size': 'md',
'data-color': 'danger',
},
Expand Down

0 comments on commit 74e5492

Please sign in to comment.