Lower opacity of self-destruct addresses

This commit is contained in:
Willian Mitsuda 2021-07-19 13:01:15 -03:00
parent 163cef6939
commit 26a8e5bea2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const DecoratedAddresssLink: React.FC<DecoratedAddressLinkProps> = ({
className={`flex items-baseline space-x-1 ${
mint ? "italic text-green-500 hover:text-green-700" : ""
} ${burn ? "line-through text-orange-500 hover:text-orange-700" : ""} ${
selfDestruct ? "line-through" : ""
selfDestruct ? "line-through opacity-70 hover:opacity-100" : ""
}`}
>
{mint && (