Merge version_1 into main #2
@@ -6,7 +6,7 @@ interface SvgTextLogoProps {
|
||||
fontSize?: number;
|
||||
fontWeight?: number | string;
|
||||
letterSpacing?: number;
|
||||
dominantBaseline?: 'middle' | 'central' | 'auto' | 'baseline' | 'hanging';
|
||||
dominantBaseline?: 'middle' | 'central' | 'auto' | 'hanging' | 'alphabetic';
|
||||
}
|
||||
|
||||
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user