fix(ui): canvas dnd drop indicator color

This commit is contained in:
psychedelicious
2025-04-09 16:29:53 +10:00
parent f45b494805
commit f655a85154

View File

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