diff --git a/src/App.tsx b/src/App.tsx index 74f5dee..6c55ff4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2063,6 +2063,7 @@ function App() { style={{ cursor: 'pointer', height: '24px', + width: 'auto', }} onClick={returnToMain} /> @@ -2560,6 +2561,7 @@ function App() { style={{ cursor: 'pointer', height: '24px', + width: 'auto', }} onClick={() => { setRawWallet(null); @@ -2593,6 +2595,7 @@ function App() { style={{ cursor: 'pointer', height: '24px', + width: 'auto', }} onClick={() => { setRawWallet(null); @@ -2722,6 +2725,7 @@ function App() { style={{ cursor: 'pointer', height: '24px', + width: 'auto', }} onClick={() => { if (creationStep === 2) { diff --git a/src/assets/Icons/Return.tsx b/src/assets/Icons/Return.tsx index 81a6690..5506a57 100644 --- a/src/assets/Icons/Return.tsx +++ b/src/assets/Icons/Return.tsx @@ -8,9 +8,9 @@ export const Return: React.FC = ({ color, opacity, ...children }) => { return (