@sparrowengg/integrations-templates-frontend 1.9.83 → 1.9.84-beta.0

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.
@@ -1019,11 +1019,11 @@ const EventComponent = ({
1019
1019
  size: "sm",
1020
1020
  weight: "medium",
1021
1021
  css: {
1022
- color: "$neutral800",
1022
+ color: "$primary500",
1023
1023
  textDecoration: "underline",
1024
1024
  cursor: "pointer",
1025
1025
  "&:hover": {
1026
- color: !!hasLink ? "$neutral900" : "$neutral800"
1026
+ color: "$primary600 !important"
1027
1027
  }
1028
1028
  },
1029
1029
  onClick: () => window.open(`${hasLink}`, "_blank")