feat(ui): dnd mostly working (WIP)

This commit is contained in:
psychedelicious
2025-01-24 14:57:07 +11:00
parent 98139562f3
commit 2aa1fc9301
13 changed files with 587 additions and 192 deletions

View File

@@ -9,7 +9,8 @@ import type { DndListTargetState } from 'features/dnd/types';
*/
const line = {
thickness: 2,
backgroundColor: 'base.500',
backgroundColor: 'red',
// backgroundColor: 'base.500',
};
type DropIndicatorProps = {