mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Fix sticky note text color in dark mode
This commit is contained in:
@@ -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={{
|
||||||
|
|||||||
Reference in New Issue
Block a user