Skip to content

Commit d312086

Browse files
committed
fix QR bg
1 parent c106f64 commit d312086

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/QRCode.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ function QRCode({
8080
logo={logo}
8181
logoSVG={svgLogo}
8282
logoColor={svgLogoFillColor}
83-
logoBackgroundColor={logoBackgroundColor ?? theme.highlightBG}
83+
logoBackgroundColor={logoBackgroundColor ?? theme.appBG}
8484
logoSize={size * logoRatio}
8585
logoMargin={size * logoMarginRatio}
8686
logoBorderRadius={size}
87-
backgroundColor={backgroundColor ?? theme.highlightBG}
87+
backgroundColor={backgroundColor ?? theme.appBG}
8888
color={color ?? theme.text}
8989
/>
9090
);

0 commit comments

Comments
 (0)