From a3802810c84991e092b196f9b9196bf6efb133e1 Mon Sep 17 00:00:00 2001 From: Piyal Basu Date: Tue, 5 Nov 2024 12:22:04 -0500 Subject: [PATCH 1/2] adjust button color and fix bad merge --- .../SendConfirm/SubmitResult/index.tsx | 4 ++-- .../SendConfirm/TransactionDetails/index.tsx | 2 +- extension/src/popup/views/Account/index.tsx | 23 +------------------ extension/src/popup/views/Account/styles.scss | 2 +- .../popup/views/DisplayBackupPhrase/index.tsx | 2 +- .../src/popup/views/SignTransaction/index.tsx | 8 +++---- .../src/popup/views/UnlockAccount/index.tsx | 2 +- 7 files changed, 11 insertions(+), 32 deletions(-) diff --git a/extension/src/popup/components/sendPayment/SendConfirm/SubmitResult/index.tsx b/extension/src/popup/components/sendPayment/SendConfirm/SubmitResult/index.tsx index e40f2dc17d..3d4df2fc76 100644 --- a/extension/src/popup/components/sendPayment/SendConfirm/SubmitResult/index.tsx +++ b/extension/src/popup/components/sendPayment/SendConfirm/SubmitResult/index.tsx @@ -242,7 +242,7 @@ export const SubmitSuccess = ({ viewDetails }: { viewDetails: () => void }) => { - - ) : null - } - > +
diff --git a/extension/src/popup/views/Account/styles.scss b/extension/src/popup/views/Account/styles.scss index 7dd01c813a..0bb111f3ea 100644 --- a/extension/src/popup/views/Account/styles.scss +++ b/extension/src/popup/views/Account/styles.scss @@ -44,7 +44,7 @@ stroke: var(--sds-clr-base-01); width: 1rem; height: 1rem; - stroke: var(--sds-clr-gray-11); + stroke: var(--sds-clr-gray-12); } } } diff --git a/extension/src/popup/views/DisplayBackupPhrase/index.tsx b/extension/src/popup/views/DisplayBackupPhrase/index.tsx index 5bee5bcae8..b5a503091e 100644 --- a/extension/src/popup/views/DisplayBackupPhrase/index.tsx +++ b/extension/src/popup/views/DisplayBackupPhrase/index.tsx @@ -77,7 +77,7 @@ export const DisplayBackupPhrase = () => {