diff --git a/pkgs/webview-ui/app/src/components/Typography/index.tsx b/pkgs/webview-ui/app/src/components/Typography/index.tsx index dc5410d58..29957aa35 100644 --- a/pkgs/webview-ui/app/src/components/Typography/index.tsx +++ b/pkgs/webview-ui/app/src/components/Typography/index.tsx @@ -85,6 +85,9 @@ interface _TypographyProps { tag?: Tag; class?: string; classList?: Record; + // Disable using the color prop + // A font color is provided via class / classList or inherited + useExternColor?: boolean; } export const Typography = (props: _TypographyProps) => { @@ -92,7 +95,7 @@ export const Typography = (props: _TypographyProps) => {