Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
updated color of the url link
Browse files Browse the repository at this point in the history
  • Loading branch information
YTW7 committed May 20, 2023
1 parent e167900 commit 1dbc9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<svg className="flex-shrink-0 h-4 ml-2 mt-0.5 text-primary-light w-4" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" ><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>
<div className="flex mx-4">{txid.slice(0, 8)}...
Expand Down

0 comments on commit 1dbc9bc

Please sign in to comment.