Skip to content

Commit ffc3fa8

Browse files
committed
children style updated
1 parent 25f955c commit ffc3fa8

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -977,15 +977,8 @@ export const MultiSelectStyle = [
977977
] as const;
978978

979979
export const ChildrenMultiSelectStyle = [
980-
...multiSelectCommon,
981-
{
982-
name: "multiIcon",
983-
label: trans("style.multiIcon"),
984-
depTheme: "primary",
985-
depType: DEP_TYPE.SELF,
986-
transformer: toSelf,
987-
platform: "pc",
988-
},
980+
...STYLING_FIELDS_SEQUENCE,
981+
getStaticBackground(SURFACE_COLOR)
989982
] as const;
990983

991984
export const TabContainerStyle = [

0 commit comments

Comments
 (0)