Skip to content

Commit 8a0cc9a

Browse files
committed
docs(info): document long-press gesture for touch devices
Update help modal to clarify color customization methods: - Desktop: double-click palette colors - Touch: long-press (500ms) palette colors
1 parent 35f68ee commit 8a0cc9a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/InfoModal.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ export function InfoModal({ onClose }: InfoModalProps) {
1919
<li>Click on the 8×8 grid to draw pixels</li>
2020
<li>Select colors from the palette on the right</li>
2121
<li>
22-
Double-click any palette color to customize it with a color
23-
picker
22+
<strong>Desktop:</strong> Double-click any palette color to
23+
customize it
24+
</li>
25+
<li>
26+
<strong>Touch:</strong> Long-press (500ms) any palette color to
27+
customize it
2428
</li>
2529
</ul>
2630
</section>

0 commit comments

Comments
 (0)