mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Update color of denoise mask socket
The previous red look too much like the error color.
This commit is contained in:
parent
249048aae7
commit
b18695df6f
@ -62,7 +62,7 @@ export const FIELDS: Record<FieldType, FieldUIConfig> = {
|
||||
DenoiseMaskField: {
|
||||
title: 'Denoise Mask',
|
||||
description: 'Denoise Mask may be passed between nodes',
|
||||
color: 'red.300',
|
||||
color: 'red.700',
|
||||
},
|
||||
LatentsField: {
|
||||
title: 'Latents',
|
||||
|
Loading…
Reference in New Issue
Block a user