From ebc09c5062cc7996b0f2aaf879062fc950c2e1c2 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 25 Jan 2023 11:17:37 +0700 Subject: Transaction detail and variant card component --- src/styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index 6c0a7607..e43ad1a9 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -4,6 +4,10 @@ @tailwind components; @tailwind utilities; +* { + -webkit-tap-highlight-color: transparent; +} + html, body { @apply w-screen -- cgit v1.2.3