Skip to content

Commit af9990a

Browse files
committed
feat(Subheader): Add class prop
1 parent bfd35c1 commit af9990a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mdc/Page/Subheader.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<h3 class="mdc-typography--subtitle2">
1+
<h3 class="mdc-typography--subtitle2 {$$props.class}">
22
<slot />
33
</h3>

0 commit comments

Comments
 (0)