UI: add default tag to Typography

This commit is contained in:
Johannes Kirschbauer
2024-12-10 15:12:41 +01:00
parent 4f66d7b89b
commit 60aa21a2fc

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;