Skip to content

Commit

Permalink
show arrow in tutorial gesture (#2759)
Browse files Browse the repository at this point in the history
  • Loading branch information
RED-ROSE515 authored Jan 8, 2025
1 parent 409b911 commit 11d9e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Tutorial/TutorialGestureDiagram.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ const TutorialGestureDiagram = ({ gesture }: { gesture: Command['gesture'] }) =>
>
<GestureDiagram
path={gesture as GesturePath}
size={160}
strokeWidth={10}
arrowSize={5}
size={250}
strokeWidth={5}
arrowSize={50}
cssRaw={css.raw({ animation: 'pulse 1s infinite alternate' })}
/>
</div>,
Expand Down

0 comments on commit 11d9e96

Please sign in to comment.