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

This commit is contained in:
2026-03-11 02:10:08 +00:00
parent 419d235c7c
commit 44b6cd4d11

View File

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