feat: show newly created token

This commit is contained in:
Catalin Pit
2023-11-28 15:49:46 +02:00
parent 6a5fc7a5fb
commit e1732de81d
3 changed files with 78 additions and 45 deletions

View File

@ -125,8 +125,8 @@ export default function DeleteTokenDialog({ trigger, tokenId, tokenName }: Delet
render={({ field }) => (
<FormItem>
<FormLabel>
Confirm by typing
<span className="font-sm ml-2 font-mono tracking-widest">
Confirm by typing:{' '}
<span className="font-sm text-destructive font-semibold">
{deleteMessage}
</span>
</FormLabel>