Skip to content

Commit f60bf46

Browse files
committed
feat(TabBar.Indicator): Add class prop
1 parent 4ca247d commit f60bf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/mdc/TabBar/Indicator.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ onMount(() => {
1919
}
2020
</style>
2121

22-
<span class="mdc-tab-indicator" class:mdc-tab-indicator--active={active} bind:this={element}>
22+
<span class="mdc-tab-indicator {$$props.class}" class:mdc-tab-indicator--active={active} bind:this={element}>
2323
<span class="mdc-tab-indicator__content mdc-tab-indicator__content--underline" />
2424
</span>

0 commit comments

Comments
 (0)