{
ListboxProps={{
style: {
backgroundColor: theme.palette.inputColor,
- color: "white",
+ color: theme.palette.text.primary,
},
}}
getOptionLabel={(option) => {
@@ -4422,7 +4422,7 @@ const ParsedAction = (props) => {
}}
open={!!menuPosition}
style={{
- color: "white",
+ color: theme.palette.text.primary,
marginTop: 2,
maxHeight: 650,
}}
@@ -4550,7 +4550,7 @@ const ParsedAction = (props) => {
}
parentMenuOpen={!!menuPosition}
style={{
- color: "white",
+ color: theme.palette.text.primary,
minWidth: 250,
maxWidth: 250,
maxHeight: 50,
@@ -4566,7 +4566,7 @@ const ParsedAction = (props) => {
key={innerdata.name}
style={{
marginLeft: 15,
- color: "white",
+ color: theme.palette.text.primary,
minWidth: 250,
maxWidth: 250,
padding: 0,
@@ -4607,7 +4607,7 @@ const ParsedAction = (props) => {