diff --git a/src/App.tsx b/src/App.tsx index 492f49e..55c1501 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -50,7 +50,7 @@ function App() { const selectedArtboard = useSelector((state: RootState) => state.app.selectedArtboard); const [snapDistance] = useLocalStorage({ key: 'snapDistance', - defaultValue: '10', + defaultValue: '2', getInitialValueInEffect: true, }); const theme = useMantineTheme();