Skip to content

Commit

Permalink
Disabling touch highlight on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
4lejandrito committed Dec 17, 2021
1 parent fe25c84 commit 6fabc03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-guitar/src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default (theme: Theme) =>
borderTopWidth: '0.5em',
overscrollBehaviorX: 'none',
background: theme.color,
WebkitTapHighlightColor: 'rgba(0, 0, 0, 0)',

'&.lefty': {
direction: 'rtl',
Expand Down

0 comments on commit 6fabc03

Please sign in to comment.