voiptime-components 1.21.85 → 1.21.86

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.85",
7
+ "version": "1.21.86",
8
8
  "type": "module",
9
9
  "main": "dist/index.umd.js",
10
10
  "module": "dist/index.es.js",
@@ -124,7 +124,7 @@
124
124
  display: flex;
125
125
  align-items: center;
126
126
 
127
- span {
127
+ > span {
128
128
  color: var(--color-primary-main);
129
129
  font-size: var(--font-size-base);
130
130
  font-weight: var(--font-weight-regular);