@pitvox/partner-react 0.5.10 → 0.5.11
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/dist/styles.css +2 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2172,8 +2172,8 @@
|
|
|
2172
2172
|
align-items: center;
|
|
2173
2173
|
gap: 0.25rem;
|
|
2174
2174
|
font-size: 0.75rem;
|
|
2175
|
-
color: var(--pvx-text
|
|
2176
|
-
background: var(--pvx-bg-subtle, rgba(99, 102, 241, 0.
|
|
2175
|
+
color: var(--pvx-text);
|
|
2176
|
+
background: var(--pvx-bg-subtle, rgba(99, 102, 241, 0.15));
|
|
2177
2177
|
padding: 0.125rem 0.5rem;
|
|
2178
2178
|
border-radius: 4px;
|
|
2179
2179
|
font-family: monospace;
|
package/package.json
CHANGED