diff --git a/libs/remix-ui/run-tab/src/lib/components/account.tsx b/libs/remix-ui/run-tab/src/lib/components/account.tsx
index 34c994977e..7bb5df6380 100644
--- a/libs/remix-ui/run-tab/src/lib/components/account.tsx
+++ b/libs/remix-ui/run-tab/src/lib/components/account.tsx
@@ -103,42 +103,38 @@ export function AccountUI (props: AccountProps) {
const passphraseCreationPrompt = () => {
return (
-
Please provide a Passphrase for the account creation
-
-
-
-
-
-
+
+ Please provide a Passphrase for the account creation
+
+
)
}
const signMessagePrompt = () => {
return (
-
-
-
-
+
+
+
)
}
const signedMessagePrompt = (msgHash: string, signedData: string) => {
return (
-
-
:
+
+
{msgHash}
-
:
+
{signedData}
)
@@ -154,16 +150,16 @@ export function AccountUI (props: AccountProps) {
tooltipId="remixPlusWrapperTooltip"
tooltipText={plusOpt.title}
>
-
-
-
+
+
+
-