Skip to content

Commit de570b5

Browse files
authored
chore: fix button playground example to use prefix slot (#10321)
1 parent 68e9c93 commit de570b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/playground/button.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2 class="heading">Custom Layout</h2>
8383
Reply
8484
</vaadin-button>
8585
<vaadin-button style="flex-direction: column">
86-
<vaadin-icon icon="vaadin:reply"></vaadin-icon>
86+
<vaadin-icon icon="vaadin:reply" slot="prefix"></vaadin-icon>
8787
Reply
8888
</vaadin-button>
8989
</section>

0 commit comments

Comments
 (0)