Skip to content

Commit e47d7fd

Browse files
author
Mac
committed
minor fix
1 parent 327675b commit e47d7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ export const startButtonStyle = [
11281128

11291129
export const LabelStyle = [
11301130
...replaceAndMergeMultipleStyles([...InputLikeStyle], "text", [LABEL]).filter(
1131-
(style) => style.name !== "radius" && style.name !== "background"&&style.name!=='rotation'
1131+
(style) => style.name !== "radius" && style.name !== "background" && style.name!=='rotation' && style.name !== "boxShadow"&&style.name!=='boxShadowColor'
11321132
),
11331133
];
11341134

0 commit comments

Comments
 (0)