@m3e/button 1.0.2 → 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
@@ -278,6 +278,7 @@ const ButtonStyle = css `
278
278
  display: inline-block;
279
279
  outline: none;
280
280
  user-select: none;
281
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
281
282
  }
282
283
  .base {
283
284
  box-sizing: border-box;