@embedreach/components 0.1.96 → 0.1.97

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.
@@ -68098,6 +68098,7 @@ const EmailPreview = ({ mergeFieldsResponse }) => {
68098
68098
  /* @__PURE__ */ jsx(
68099
68099
  Button$1,
68100
68100
  {
68101
+ variant: "destructive",
68101
68102
  onClick: () => {
68102
68103
  setCancelClicked(true);
68103
68104
  },