From b760898df3a735873bec8fd8ce48a106a151bd68 Mon Sep 17 00:00:00 2001 From: Burnt Val Date: Wed, 13 Mar 2024 13:48:12 -0400 Subject: [PATCH] styling fix --- .../components/WalletSend/WalletSend.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/abstraxion-dashboard/components/WalletSend/WalletSend.tsx b/apps/abstraxion-dashboard/components/WalletSend/WalletSend.tsx index 6ec90ab2..8d1367d9 100644 --- a/apps/abstraxion-dashboard/components/WalletSend/WalletSend.tsx +++ b/apps/abstraxion-dashboard/components/WalletSend/WalletSend.tsx @@ -7,7 +7,7 @@ import { Input, } from "@burnt-labs/ui"; import { useAbstraxionAccount } from "@/hooks"; -import { formatBalance, isValidWalletAddress, truncateAddress } from "@/utils"; +import { formatBalance, isValidWalletAddress } from "@/utils"; import { XION_TO_USDC_CONVERSION } from "../Overview"; import { ErrorDisplay } from "../ErrorDisplay"; import { DeliverTxResponse } from "@cosmjs/stargate"; @@ -224,10 +224,10 @@ export function WalletSend({ ) : ( <> -

- SEND -

-
+
+

+ SEND +

Amount

-

- {truncateAddress(account.id)} +

+ {account.id}