shared-ritm 1.2.29 → 1.2.30

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": "shared-ritm",
3
- "version": "1.2.29",
3
+ "version": "1.2.30",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -153,7 +153,7 @@ const itemClasses = computed(() => ({
153
153
  border-radius: v-bind(borderRadius);
154
154
  height: v-bind(height);
155
155
  align-items: center;
156
- padding: 0 16px;
156
+ padding: 0 12px;
157
157
  color: #87caff;
158
158
  }
159
159
  :global(.q-field__control-container) {