Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx

This commit is contained in:
2026-03-11 03:32:17 +00:00
parent 3e7917d47a
commit 01b9d5f87c

View File

@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
fill?: string;
fontFamily?: string;
letterSpacing?: number;
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'ideographic' | 'mathematical';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'mathematical' | 'alphabetic' | 'text-before-edge' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({