We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11af84a commit 629ff2dCopy full SHA for 629ff2d
src/components/Panels.tsx
@@ -63,7 +63,7 @@ type TaskViewProps = {
63
64
export const TaskView = ({ children }: TaskViewProps) => {
65
const size = useWindowSize()
66
- const x = useMotionValue(400)
+ const x = useMotionValue(700)
67
const width = useTransform(x, (value) => size[0] - 224 - value)
68
69
return (
0 commit comments