@emblemvault/hustle-react 1.4.7 → 1.4.8
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/README.md +52 -34
- package/dist/browser/hustle-react.js +1 -1
- package/dist/browser/hustle-react.js.map +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4685,7 +4685,7 @@ var widgetStyles = {
|
|
|
4685
4685
|
width: "56px",
|
|
4686
4686
|
height: "56px",
|
|
4687
4687
|
borderRadius: tokens.radius.full,
|
|
4688
|
-
background: `linear-gradient(135deg,
|
|
4688
|
+
background: `linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%)`,
|
|
4689
4689
|
border: "none",
|
|
4690
4690
|
cursor: "pointer",
|
|
4691
4691
|
display: "flex",
|