Hook in to RTD theme to set react theme

This commit is contained in:
Patrick Robertson
2025-03-03 11:56:23 +00:00
parent 9845804277
commit a88a37d0a5
7 changed files with 48282 additions and 236 deletions

View File

@@ -64,6 +64,7 @@ const StepCard = ({
const style = {
...Card.style,
transform: CSS.Transform.toString(transform),
transition,
zIndex: isDragging ? "100" : "auto",