UI: add default tag to Typography

This commit is contained in:
Johannes Kirschbauer
2024-12-10 15:12:41 +01:00
parent c6d9306c9b
commit fe549015a7

View File

@@ -82,7 +82,7 @@ export const Typography = <H extends Hierarchy>(props: TypographyProps<H>) => {
inverted,
hierarchy,
weight = "normal",
tag,
tag = "span",
children,
classes,
} = props;