File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
invokeai/frontend/web/src/features/nodes/components/flow/nodes Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export const InputFieldTitle = memo((props: Props) => {
106
106
onDoubleClick = { onDoubleClick }
107
107
>
108
108
{ editable . value }
109
- { isAddedToForm && < Icon as = { PiLinkBold } color = " blue.200" ml = { 1 } /> }
109
+ { isAddedToForm && < Icon as = { PiLinkBold } color = { isInvalid ? 'error.300' : ' blue.200' } ml = { 1 } /> }
110
110
</ Text >
111
111
</ Tooltip >
112
112
) ;
Original file line number Diff line number Diff line change @@ -56,9 +56,6 @@ export const containerSx: SystemStyleObject = {
56
56
display : 'block' ,
57
57
shadow : '0 0 0 2px var(--border-color-selected)' ,
58
58
} ,
59
- '&[data-is-invalid="true"]' : {
60
- color : 'error.300' ,
61
- } ,
62
59
'&[data-is-editor-locked="true"]' : {
63
60
'& *' : {
64
61
cursor : 'not-allowed' ,
You can’t perform that action at this time.
0 commit comments