Fix sticky note text color in dark mode

This commit is contained in:
Ilango 2024-01-12 16:50:47 +05:30
parent 2742a26c6a
commit 38fce1d066
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ export const Input = ({ inputParam, value, nodes, edges, nodeId, onChange, disab
step: inputParam.step ?? 1, step: inputParam.step ?? 1,
style: { style: {
border: 'none', border: 'none',
background: 'none' background: 'none',
color: '#212121'
} }
}} }}
sx={{ sx={{