Skip to content

Commit ead8b87

Browse files
committed
add missing label fr uui-button looks story
1 parent 1d45802 commit ead8b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-button/lib/uui-button.story.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ export const Looks: Story = props => html`
221221
html`<uui-button
222222
type=${props.type}
223223
.look=${lookName}
224+
label="Button displaying the ${uppercaseFirstLetter(lookName)} look"
224225
state=${props.state}
225226
?disabled=${props.disabled}
226227
?compact=${props.compact}

0 commit comments

Comments
 (0)