diff --git a/_raw/locales/en/messages.json b/_raw/locales/en/messages.json
index dd149daad..03de2481f 100644
--- a/_raw/locales/en/messages.json
+++ b/_raw/locales/en/messages.json
@@ -1527,6 +1527,10 @@
"running_app_close_error": "Failed to close the running app on your Ledger device."
}
},
+ "imkey": {
+ "title": "Connect imKey",
+ "imkeyPermissionTip": "Please click \"Allow\" below and authorize access to your imKey in the following pop-up window."
+ },
"keystone": {
"title": "Connect Keystone",
"allowRabbyPermissionsTitle": "Allow Rabby permissions to:",
@@ -1727,9 +1731,6 @@
"findTheAssociatedSafeAddress": "Find the associated safe address",
"import": "Import"
},
- "imkey": {
- "title": "Connect imKey"
- },
"addFromCurrentSeedPhrase": "Add from Current Seed Phrase"
},
"unlock": {
diff --git a/src/ui/views/AddressBackup/Mnemonics.tsx b/src/ui/views/AddressBackup/Mnemonics.tsx
index 9931ee943..d82b7c661 100644
--- a/src/ui/views/AddressBackup/Mnemonics.tsx
+++ b/src/ui/views/AddressBackup/Mnemonics.tsx
@@ -54,7 +54,7 @@ const AddressBackup = () => {
-
diff --git a/src/ui/views/AddressBackup/style.less b/src/ui/views/AddressBackup/style.less
index c82745542..b24f5948f 100644
--- a/src/ui/views/AddressBackup/style.less
+++ b/src/ui/views/AddressBackup/style.less
@@ -37,6 +37,7 @@
border-radius: 8px;
padding: 10px;
border: none !important;
+ background-color: #fff;
}
.private-key {
diff --git a/src/ui/views/ImportCoinbase/style.less b/src/ui/views/ImportCoinbase/style.less
index f78b46b42..3a0070106 100644
--- a/src/ui/views/ImportCoinbase/style.less
+++ b/src/ui/views/ImportCoinbase/style.less
@@ -51,7 +51,7 @@
justify-content: center;
align-items: center;
border-radius: 12px;
- background: var(--r-neutral-card-1, #fff);
+ background: #fff;
border: 1px solid @color-border;
position: relative;
.refresh-container {
diff --git a/src/ui/views/RequestPermission/index.tsx b/src/ui/views/RequestPermission/index.tsx
index 0eca4f8ed..37a3b77f8 100644
--- a/src/ui/views/RequestPermission/index.tsx
+++ b/src/ui/views/RequestPermission/index.tsx
@@ -41,7 +41,7 @@ const RequestPermission = () => {
imkey: {
title: t('page.newAddress.ledger.allowRabbyPermissionsTitle'),
desc: [t('page.newAddress.ledger.ledgerPermission1')],
- tip: t('page.newAddress.ledger.ledgerPermissionTip'),
+ tip: t('page.newAddress.imkey.imkeyPermissionTip'),
},
keystone: {
title: t('page.newAddress.keystone.allowRabbyPermissionsTitle'),
diff --git a/src/ui/views/WalletConnect/style.less b/src/ui/views/WalletConnect/style.less
index 19f330b9b..3f4a75010 100644
--- a/src/ui/views/WalletConnect/style.less
+++ b/src/ui/views/WalletConnect/style.less
@@ -51,7 +51,7 @@
justify-content: center;
align-items: center;
border-radius: 12px;
- background: var(--r-neutral-card-1, #fff);
+ background: #fff;
border: 1px solid @color-border;
position: relative;
.refresh-container {