Skip to content

Commit 24788e3

Browse files
fix(ui): input field error styling specificity
1 parent 056387c commit 24788e3

File tree

1 file changed

+3
-3
lines changed
  • invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields

1 file changed

+3
-3
lines changed

invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/InputFieldTitle.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ const labelSx: SystemStyleObject = {
3030
_hover: {
3131
fontWeight: 'semibold !important',
3232
},
33-
'&[data-is-invalid="true"]': {
34-
color: 'error.300',
35-
},
3633
'&[data-is-added-to-form="true"]': {
3734
color: 'blue.300',
3835
},
36+
'&[data-is-invalid="true"]': {
37+
color: 'error.300',
38+
},
3939
'&[data-is-disabled="true"]': {
4040
opacity: 0.5,
4141
},

0 commit comments

Comments
 (0)