diff --git a/components/text/child.tsx b/components/text/child.tsx index 50957e3..b886cd8 100644 --- a/components/text/child.tsx +++ b/components/text/child.tsx @@ -31,7 +31,7 @@ const defaultProps = { const getTypeColor = (type: NormalTypes, palette: ZeitUIThemesPalette) => { const colors: { [key in NormalTypes]: string} = { - default: palette.foreground, + default: 'inherit', secondary: palette.secondary, success: palette.success, warning: palette.warning,