From f655a85154c878db35eff10daa7c1ee5643fa191 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Wed, 9 Apr 2025 16:29:53 +1000 Subject: [PATCH] fix(ui): canvas dnd drop indicator color --- .../frontend/web/src/features/dnd/DndListDropIndicator.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/invokeai/frontend/web/src/features/dnd/DndListDropIndicator.tsx b/invokeai/frontend/web/src/features/dnd/DndListDropIndicator.tsx index 600f0d5174..5abb58e916 100644 --- a/invokeai/frontend/web/src/features/dnd/DndListDropIndicator.tsx +++ b/invokeai/frontend/web/src/features/dnd/DndListDropIndicator.tsx @@ -9,8 +9,7 @@ import type { DndListTargetState } from 'features/dnd/types'; */ const line = { thickness: 2, - backgroundColor: 'red', - // backgroundColor: 'base.500', + backgroundColor: 'base.500', }; type DropIndicatorProps = {