From 703205d0d117f65f647257e3daa77ad6ff9e2efa Mon Sep 17 00:00:00 2001 From: Benno Tielen Date: Tue, 13 Jan 2026 20:17:52 +0100 Subject: [PATCH] fix: blue highlight flash on click --- src/components/Button/styles.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Button/styles.module.scss b/src/components/Button/styles.module.scss index a87bd9f..fd3646c 100644 --- a/src/components/Button/styles.module.scss +++ b/src/components/Button/styles.module.scss @@ -12,6 +12,7 @@ text-decoration: none; margin: 0; display: inline-block; + -webkit-tap-highlight-color: transparent; } .base {