From 60aa21a2fc1fb51ea380789370ffdc313133285b Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 10 Dec 2024 15:12:41 +0100 Subject: [PATCH] UI: add default tag to Typography --- pkgs/webview-ui/app/src/components/Typography/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/webview-ui/app/src/components/Typography/index.tsx b/pkgs/webview-ui/app/src/components/Typography/index.tsx index ed030d1be..57127f957 100644 --- a/pkgs/webview-ui/app/src/components/Typography/index.tsx +++ b/pkgs/webview-ui/app/src/components/Typography/index.tsx @@ -82,7 +82,7 @@ export const Typography = (props: TypographyProps) => { inverted, hierarchy, weight = "normal", - tag, + tag = "span", children, classes, } = props;