diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index c3c2fd3..7c21c89 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -7,7 +7,7 @@ interface SvgTextLogoProps { dominantBaseline?: DominantBaseline; } -type DominantBaseline = 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging'; +type DominantBaseline = 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'inherit'; export const SvgTextLogo: React.FC = ({ text,