From f591d523e94f14c5430b018183a8ab1cb41430df Mon Sep 17 00:00:00 2001 From: PhilReact Date: Tue, 29 Apr 2025 22:44:45 +0300 Subject: [PATCH] fix styling --- src/App.tsx | 4 ++++ src/assets/Icons/Return.tsx | 2 +- src/components/Auth/DownloadWallet.tsx | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) 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 (