Fix sticky note text color in dark mode
This commit is contained in:
parent
2742a26c6a
commit
38fce1d066
|
|
@ -70,7 +70,8 @@ export const Input = ({ inputParam, value, nodes, edges, nodeId, onChange, disab
|
|||
step: inputParam.step ?? 1,
|
||||
style: {
|
||||
border: 'none',
|
||||
background: 'none'
|
||||
background: 'none',
|
||||
color: '#212121'
|
||||
}
|
||||
}}
|
||||
sx={{
|
||||
|
|
|
|||
Loading…
Reference in New Issue