@redseed/redseed-ui-vue3 2.0.2 → 2.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-vue3",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -123,7 +123,7 @@ const buttonSlotClass = computed(() => [
123
123
  }
124
124
  // modifier md size
125
125
  &--md {
126
- @apply text-base px-4 py-2;
126
+ @apply text-base px-3 py-2;
127
127
  &-icon {
128
128
  @apply p-2;
129
129
  }