diff --git a/src/components/Notification.tsx b/src/components/Notification.tsx index e6bc52351..3aa8434b1 100644 --- a/src/components/Notification.tsx +++ b/src/components/Notification.tsx @@ -68,7 +68,7 @@ const Notification = ({ type, message, description, txid, onHide }) => {
-
+
{type === 'success' ? ( @@ -91,7 +91,7 @@ const Notification = ({ type, message, description, txid, onHide }) => { href={'https://explorer.solana.com/tx/' + txid + `?cluster=${networkConfiguration}`} target="_blank" rel="noreferrer" - className="flex flex-row link link-accent" + className="flex flex-row link link-accent text-emerald-200" >
{txid.slice(0, 8)}...