mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-27 05:00:29 +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,
|
||||
style: {
|
||||
border: 'none',
|
||||
background: 'none'
|
||||
background: 'none',
|
||||
color: '#212121'
|
||||
}
|
||||
}}
|
||||
sx={{
|
||||
|
||||
Reference in New Issue
Block a user