Skip to content

Commit a31d420

Browse files
committed
option default black color
1 parent bbfc443 commit a31d420

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder/src/comps/comps/selectInputComp

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/selectInputComp/selectComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let SelectBasicComp = (function () {
2828
style: withDefault(styleControl(InputFieldStyle),{background:'transparent'}),
2929
labelStyle: styleControl(LabelStyle),
3030
inputFieldStyle: withDefault(styleControl(SelectStyle),{borderWidth:'1px'}),
31-
childrenInputFieldStyle: styleControl(ChildrenMultiSelectStyle)
31+
childrenInputFieldStyle: withDefault(styleControl(ChildrenMultiSelectStyle),{text:'#000'})
3232
};
3333
return new UICompBuilder(childrenMap, (props, dispatch) => {
3434
const [

0 commit comments

Comments
 (0)