mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-14 13:48:04 -05:00
fix(ui): canvas dnd drop indicator color
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user