Skip to content

Commit

Permalink
Change default proximity range on example
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed May 20, 2024
1 parent 5c8feea commit 95c24ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/scrollBox/ScrollBoxProximity.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { argTypes, getDefaultArgs } from '../utils/argTypes';
import { action } from '@storybook/addon-actions';

const args = {
proximityRange: 0,
proximityRange: 100,
width: 320,
height: 420,
radius: 20,
Expand Down

0 comments on commit 95c24ac

Please sign in to comment.