fix: Update color of denoise mask socket

The previous red look too much like the error color.
This commit is contained in:
blessedcoolant 2023-08-27 06:16:13 +12:00
parent 249048aae7
commit b18695df6f

View File

@ -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',