We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a359f2 commit a227f59Copy full SHA for a227f59
packages/components/src/components/toolbar/test/__snapshots__/snapshot.spec.tsx.snap
@@ -5,7 +5,7 @@ exports[`kol-toolbar should render with _label="Text" _items=[{"_label":"Button"
5
<template shadowrootmode="open">
6
<div aria-label="Text" class="kol-toolbar" role="toolbar">
7
<kol-button-wc _label="Button" _tabindex="0" class="button kol-toolbar__item normal"></kol-button-wc>
8
- <kol-link-wc _href="#" _label="Link" _tabindex="-1" class="button kol-toolbar__item normal"></kol-link-wc>
+ <kol-link-wc _href="#" _label="Link" _role="button" _tabindex="-1" class="button kol-toolbar__item normal"></kol-link-wc>
9
</div>
10
</template>
11
</kol-toolbar>
0 commit comments