mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): rebase conflicts
This commit is contained in:
@@ -13,9 +13,9 @@ export const useEntitySelectionColor = (entityIdentifier: CanvasEntityIdentifier
|
||||
if (!entity) {
|
||||
return 'base.400';
|
||||
} else if (entity.type === 'inpaint_mask') {
|
||||
return rgbColorToString(entity.fill);
|
||||
return rgbColorToString(entity.fill.color);
|
||||
} else if (entity.type === 'regional_guidance') {
|
||||
return rgbColorToString(entity.fill);
|
||||
return rgbColorToString(entity.fill.color);
|
||||
} else {
|
||||
return 'base.400';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user