diff --git a/src/App.tsx b/src/App.tsx
index aa4c016..92aa923 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1654,7 +1654,6 @@ function App() {
cursor: 'pointer',
width: '20px',
height: 'auto',
- color: 'rgba(255, 255, 255, 0.5)',
}}
onClick={() => {
logoutFunc();
@@ -1700,14 +1699,7 @@ function App() {
},
}}
>
-
+
@@ -1745,14 +1737,7 @@ function App() {
},
}}
>
-
+
@@ -1790,14 +1775,7 @@ function App() {
},
}}
>
-
+
@@ -1942,7 +1920,7 @@ function App() {
},
}}
>
-
+
@@ -1986,7 +1964,7 @@ function App() {
},
}}
>
-
+
)}
@@ -2022,7 +2000,6 @@ function App() {
cursor: 'pointer',
width: '20px',
height: 'auto',
- color: 'rgba(255, 255, 255, 0.5)',
}}
onClick={() => {
setExtstate('download-wallet');
@@ -2157,10 +2134,6 @@ function App() {
style={{
cursor: 'pointer',
height: '24px',
- color:
- theme.palette.mode === 'dark'
- ? 'rgba(255, 255, 255, 0.5)'
- : 'rgba(0, 0, 0, 0.3)',
}}
onClick={returnToMain}
/>
@@ -2668,10 +2641,6 @@ function App() {
style={{
cursor: 'pointer',
height: '24px',
- color:
- theme.palette.mode === 'dark'
- ? 'rgba(255, 255, 255, 0.5)'
- : 'rgba(0, 0, 0, 0.3)',
}}
onClick={() => {
setRawWallet(null);
@@ -2704,10 +2673,6 @@ function App() {
style={{
cursor: 'pointer',
height: '24px',
- color:
- theme.palette.mode === 'dark'
- ? 'rgba(255, 255, 255, 0.5)'
- : 'rgba(0, 0, 0, 0.3)',
}}
onClick={() => {
setRawWallet(null);
@@ -2812,17 +2777,12 @@ function App() {
maxWidth: '700px',
}}
>
-
@@ -2907,14 +2867,10 @@ function App() {
maxWidth: '700px',
}}
>
-
{
if (creationStep === 2) {
@@ -2927,7 +2883,6 @@ function App() {
setWalletToBeDownloadedPasswordConfirm('');
setWalletToBeDownloadedPassword('');
}}
- src={Return}
/>
diff --git a/src/components/PasswordField/PasswordField.tsx b/src/components/PasswordField/PasswordField.tsx
index 8a96b17..31f0a49 100644
--- a/src/components/PasswordField/PasswordField.tsx
+++ b/src/components/PasswordField/PasswordField.tsx
@@ -71,28 +71,14 @@ export const PasswordField = forwardRef(
data-testid="plain-text-indicator"
sx={{ minWidth: 0, p: 0 }}
>
-
+
) : (
-
+
)}