Skip to content

Commit 147a4f8

Browse files
committed
fix: snapshot updated
1 parent 257f0e1 commit 147a4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/chip/__snapshots__/chip.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`Chip should match snapshot 1`] = `
44
<scale-chip>
55
<mock:shadow-root>
6-
<span aria-checked="false" class="chip chip--type-persistent chip--variant-standard" part="base type-persistent variant-standard" role="switch" tabindex="-1">
6+
<span aria-checked="false" class="chip chip--type-persistent chip--variant-standard" part="base type-persistent variant-standard" role="switch" tabindex="0">
77
<slot name="chip-icon"></slot>
88
<span class="chip-label">
99
<slot></slot>

0 commit comments

Comments
 (0)