@m3e/icon-button 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -271,6 +271,7 @@ const IconButtonStyle = css `
271
271
  display: inline-block;
272
272
  outline: none;
273
273
  user-select: none;
274
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
274
275
  }
275
276
  .base {
276
277
  box-sizing: border-box;