UI: add default tag to Typography
This commit is contained in:
@@ -82,7 +82,7 @@ export const Typography = <H extends Hierarchy>(props: TypographyProps<H>) => {
|
|||||||
inverted,
|
inverted,
|
||||||
hierarchy,
|
hierarchy,
|
||||||
weight = "normal",
|
weight = "normal",
|
||||||
tag,
|
tag = "span",
|
||||||
children,
|
children,
|
||||||
classes,
|
classes,
|
||||||
} = props;
|
} = props;
|
||||||
|
|||||||
Reference in New Issue
Block a user