fix(mobile): resolve TSpan text overlapping in QrTemplate3
This commit is contained in:
@@ -13,7 +13,7 @@ interface QrTemplateLumiereProps extends SvgProps {
|
||||
qrBase64?: string;
|
||||
}
|
||||
|
||||
const QrTemplateLumiere = ({ qrBase64, ...props }: QrTemplateLumiereProps) => (
|
||||
const QrTemplate1 = ({ qrBase64, ...props }: QrTemplateLumiereProps) => (
|
||||
<Svg
|
||||
viewBox="0 0 600 600"
|
||||
width={300}
|
||||
@@ -210,4 +210,4 @@ const QrTemplateLumiere = ({ qrBase64, ...props }: QrTemplateLumiereProps) => (
|
||||
</Svg>
|
||||
);
|
||||
|
||||
export default QrTemplateLumiere;
|
||||
export default QrTemplate1;
|
||||
|
||||
Reference in New Issue
Block a user