Skip to content

Commit

Permalink
CollapsedQR: set fallback background color
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Nov 13, 2023
1 parent 5602848 commit ec991ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/CollapsedQR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default class CollapsedQR extends React.Component<
value={value}
size={height > width ? width * 0.8 : height * 0.6}
logo={logo || defaultLogo}
backgroundColor={themeColor('qr')}
backgroundColor={themeColor('qr') || 'white'}
logoBackgroundColor={themeColor('qr') || 'white'}
logoMargin={10}
quietZone={0}
Expand Down

0 comments on commit ec991ac

Please sign in to comment.