Merge version_1 into main #2
@@ -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<SvgTextLogoProps> = ({
|
||||
text,
|
||||
|
||||
Reference in New Issue
Block a user