diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-25 11:17:37 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-25 11:17:37 +0700 |
| commit | ebc09c5062cc7996b0f2aaf879062fc950c2e1c2 (patch) | |
| tree | 3b031b68afa9aaaca156986382670490c32f0e18 /src/styles | |
| parent | ee4297280c1305c7e03bedd4df63ccf136c28c6c (diff) | |
Transaction detail and variant card component
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
