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 a5d5066 commit 3730b60Copy full SHA for 3730b60
packages/core/plugin/QrCodePlugin.ts
@@ -69,11 +69,11 @@ class QrCodePlugin implements IPluginTempl {
69
width: 300,
70
margin: 10,
71
errorCorrectionLevel: 'M',
72
- dotsColor: 'black',
+ dotsColor: '#000000',
73
dotsType: 'rounded',
74
- cornersSquareColor: 'black',
+ cornersSquareColor: '#000000',
75
cornersSquareType: 'square',
76
- cornersDotColor: 'black',
+ cornersDotColor: '#000000',
77
cornersDotType: 'square',
78
background: '#ffffff',
79
};
0 commit comments