mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 03:01:10 +03:00
Fix placeholder color for sticky note node
This commit is contained in:
@@ -77,7 +77,12 @@ export const Input = ({ inputParam, value, nodes, edges, nodeId, onChange, disab
|
|||||||
sx={{
|
sx={{
|
||||||
border: 'none',
|
border: 'none',
|
||||||
background: 'none',
|
background: 'none',
|
||||||
padding: '10px 14px'
|
padding: '10px 14px',
|
||||||
|
textarea: {
|
||||||
|
'&::placeholder': {
|
||||||
|
color: '#616161'
|
||||||
|
}
|
||||||
|
}
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
|||||||
Reference in New Issue
Block a user