Skip to content

Commit

Permalink
feat: ✨remove tap highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiy Khvala committed Oct 9, 2023
1 parent abbb110 commit dd2a1ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@
@import './Clipboard/Clipboard.scss';
@import './LanguageIcon/LanguageIcon.scss';
@import './DatePicker/DatePicker.scss';

* {
-webkit-tap-highlight-color: transparent;
}

0 comments on commit dd2a1ac

Please sign in to comment.