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 = {