@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.
@@ -4261,7 +4261,7 @@ var widgetStyles = {
4261
4261
  width: "56px",
4262
4262
  height: "56px",
4263
4263
  borderRadius: tokens.radius.full,
4264
- background: `linear-gradient(135deg, ${tokens.colors.accentPrimary} 0%, #2d7dd2 100%)`,
4264
+ background: `linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%)`,
4265
4265
  border: "none",
4266
4266
  cursor: "pointer",
4267
4267
  display: "flex",