From a31d42029aed5232157b81f6a535f5b4f99f34f3 Mon Sep 17 00:00:00 2001 From: Meenam Afzal Date: Tue, 2 Jul 2024 21:49:54 +0500 Subject: [PATCH] option default black color --- .../lowcoder/src/comps/comps/selectInputComp/selectComp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/packages/lowcoder/src/comps/comps/selectInputComp/selectComp.tsx b/client/packages/lowcoder/src/comps/comps/selectInputComp/selectComp.tsx index 5fd71ece6..73625895e 100644 --- a/client/packages/lowcoder/src/comps/comps/selectInputComp/selectComp.tsx +++ b/client/packages/lowcoder/src/comps/comps/selectInputComp/selectComp.tsx @@ -28,7 +28,7 @@ let SelectBasicComp = (function () { style: withDefault(styleControl(InputFieldStyle),{background:'transparent'}), labelStyle: styleControl(LabelStyle), inputFieldStyle: withDefault(styleControl(SelectStyle),{borderWidth:'1px'}), - childrenInputFieldStyle: styleControl(ChildrenMultiSelectStyle) + childrenInputFieldStyle: withDefault(styleControl(ChildrenMultiSelectStyle),{text:'#000'}) }; return new UICompBuilder(childrenMap, (props, dispatch) => { const [