@magicgol/polyjuice 0.32.1 → 0.32.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicgol/polyjuice",
3
- "version": "0.32.1",
3
+ "version": "0.32.2",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -2,6 +2,7 @@
2
2
  <mg-tertiary-button
3
3
  @click="onClick"
4
4
  :class="classes"
5
+ class="p-0"
5
6
  >
6
7
  <svgicon name="circle-with-minus"></svgicon>
7
8
  </mg-tertiary-button>