Skip to content

Commit 0949cbd

Browse files
committed
background color updated
1 parent b7c0085 commit 0949cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/qrCodeComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const childrenMap = {
3131
level: dropdownControl(levelOptions, 'L'),
3232
includeMargin: BoolControl.DEFAULT_TRUE,
3333
image: StringControl,
34-
style: styleControl(QRCodeStyle),
34+
style: withDefault(styleControl(QRCodeStyle),{background:'transparent'}),
3535
animationStyle: styleControl(AnimationStyle),
3636
restrictPaddingOnRotation: withDefault(StringControl, 'qrCode'),
3737
};

0 commit comments

Comments
 (0)