We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c106f64 commit d312086Copy full SHA for d312086
1 file changed
src/components/QRCode.tsx
@@ -80,11 +80,11 @@ function QRCode({
80
logo={logo}
81
logoSVG={svgLogo}
82
logoColor={svgLogoFillColor}
83
- logoBackgroundColor={logoBackgroundColor ?? theme.highlightBG}
+ logoBackgroundColor={logoBackgroundColor ?? theme.appBG}
84
logoSize={size * logoRatio}
85
logoMargin={size * logoMarginRatio}
86
logoBorderRadius={size}
87
- backgroundColor={backgroundColor ?? theme.highlightBG}
+ backgroundColor={backgroundColor ?? theme.appBG}
88
color={color ?? theme.text}
89
/>
90
);
0 commit comments