diff --git a/packages/keychain/src/components/Execute/InsufficientFunds.tsx b/packages/keychain/src/components/Execute/InsufficientFunds.tsx index 479dce94e..cad0425d2 100644 --- a/packages/keychain/src/components/Execute/InsufficientFunds.tsx +++ b/packages/keychain/src/components/Execute/InsufficientFunds.tsx @@ -20,23 +20,25 @@ export function InsufficientFunds({ description="You'll need more gas to complete this transaction. Send some ETH to your controller address." > - - + + BALANCE + - - {" "} - {balance} + + {" "} + {balance} + - - + + ADDRESS + { navigator.clipboard.writeText(address.toString()); @@ -78,7 +81,7 @@ export function InsufficientFunds({ {copied && ( - + COPIED diff --git a/packages/keychain/src/components/layout/Container/Header/Banner.tsx b/packages/keychain/src/components/layout/Container/Header/Banner.tsx index 230757b04..30e46bda0 100644 --- a/packages/keychain/src/components/layout/Container/Header/Banner.tsx +++ b/packages/keychain/src/components/layout/Container/Header/Banner.tsx @@ -114,7 +114,7 @@ export function Banner({ Icon, icon, title, description }: BannerProps) { {icon} ) : ( - Controller Icon + Controller Icon )} @@ -123,7 +123,7 @@ export function Banner({ Icon, icon, title, description }: BannerProps) { {description && ( - + {description} )}