From d4eb2ae8ff949527547d17bcb121d9a7f529cd7b Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Fri, 18 Apr 2025 15:20:45 +0200 Subject: [PATCH] Remove color property --- src/App.tsx | 22 +++------------------- src/Wallets.tsx | 6 +----- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ba2329b..f011c7e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1333,9 +1333,7 @@ function App() { {authenticatedMode === 'qort' && ( + LITECOIN WALLET } @@ -1372,9 +1370,7 @@ function App() { {authenticatedMode === 'ltc' && ( + QORTAL WALLET } @@ -1447,7 +1443,6 @@ function App() { onClick={getLtcBalanceFunc} sx={{ fontSize: '16px', - color: 'white', cursor: 'pointer', }} /> @@ -1506,7 +1501,6 @@ function App() { onClick={getBalanceFunc} sx={{ fontSize: '16px', - color: 'white', cursor: 'pointer', }} /> @@ -1593,7 +1587,6 @@ function App() { }} sx={{ cursor: 'pointer', - color: 'white', }} /> @@ -1625,7 +1618,6 @@ function App() { title={ + BACKUP WALLET } diff --git a/src/Wallets.tsx b/src/Wallets.tsx index 240ca40..02fb10a 100644 --- a/src/Wallets.tsx +++ b/src/Wallets.tsx @@ -486,11 +486,7 @@ const WalletItem = ({ wallet, updateWalletItem, idx, setSelectedWallet }) => { edge="end" aria-label="edit" > - + {isEdit && (