voiptime-components 1.21.84 → 1.21.85

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
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.21.84",
7
+ "version": "1.21.85",
8
8
  "type": "module",
9
9
  "main": "dist/index.umd.js",
10
10
  "module": "dist/index.es.js",
@@ -152,7 +152,7 @@
152
152
  align-items: center;
153
153
  padding: 0 var(--vt-padding-lg) var(--vt-padding-base);
154
154
 
155
- label {
155
+ > label {
156
156
  width: 250px;
157
157
  font-size: var(--font-size-sm);
158
158
  font-weight: var(--font-weight-regular);