Skip to content

Commit

Permalink
Update snap distance defaultValue to '2'
Browse files Browse the repository at this point in the history
  • Loading branch information
akram-r committed Dec 19, 2023
1 parent 5c663f0 commit f997ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function App() {
const selectedArtboard = useSelector((state: RootState) => state.app.selectedArtboard);
const [snapDistance] = useLocalStorage<string>({
key: 'snapDistance',
defaultValue: '10',
defaultValue: '2',
getInitialValueInEffect: true,
});
const theme = useMantineTheme();
Expand Down

0 comments on commit f997ce4

Please sign in to comment.