Skip to content

Commit 239b16c

Browse files
committed
💫 Reduce vibration intensity
1 parent 4cb4784 commit 239b16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/components/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function getModalBuilderSteps() {
7171
*/
7272
export function safeVibrate() {
7373
if ("vibrate" in navigator) {
74-
navigator.vibrate(200);
74+
navigator.vibrate(10);
7575
} else {
7676
console.log("Vibration not supported");
7777
}

0 commit comments

Comments
 (0)