Thanks to visit codestin.com Credit goes to github.com
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 b7c0085 commit 0949cbdCopy full SHA for 0949cbd
client/packages/lowcoder/src/comps/comps/qrCodeComp.tsx
@@ -31,7 +31,7 @@ const childrenMap = {
31
level: dropdownControl(levelOptions, 'L'),
32
includeMargin: BoolControl.DEFAULT_TRUE,
33
image: StringControl,
34
- style: styleControl(QRCodeStyle),
+ style: withDefault(styleControl(QRCodeStyle),{background:'transparent'}),
35
animationStyle: styleControl(AnimationStyle),
36
restrictPaddingOnRotation: withDefault(StringControl, 'qrCode'),
37
};
0 commit comments