@uoguelph/react-components 1.7.0-rc.14 → 1.7.0-rc.15
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.
|
@@ -816,7 +816,7 @@ function Xr({ title: F, description: rr, timestamp: _, link: j }) {
|
|
|
816
816
|
onClick: () => {
|
|
817
817
|
N(), S(!0);
|
|
818
818
|
},
|
|
819
|
-
className: "fixed top-1.5 left-1.5 z-10000 flex items-center justify-center gap-[0.25em] bg-red p-2 text-red-contrast",
|
|
819
|
+
className: "fixed top-1.5 left-1.5 z-10000 flex items-center justify-center gap-[0.25em] bg-red p-2 text-red-contrast shadow-md",
|
|
820
820
|
children: [
|
|
821
821
|
/* @__PURE__ */ Q(pr, { className: "uofg-dismissable-alert-notification-icon", icon: hr }),
|
|
822
822
|
/* @__PURE__ */ Q("span", { className: "max-w-[30ch] overflow-hidden text-sm text-ellipsis whitespace-nowrap", children: F })
|