From e024c32a43fd6293c6515ca36e10c6d8b216115a Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Sat, 29 Nov 2025 13:12:02 +0300 Subject: [PATCH] css styles for the error message Signed-off-by: Uncle Fatso --- src/containers/WalletPopup/pages/SignRequest.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/WalletPopup/pages/SignRequest.tsx b/src/containers/WalletPopup/pages/SignRequest.tsx index 67eca21..d9f9ca2 100644 --- a/src/containers/WalletPopup/pages/SignRequest.tsx +++ b/src/containers/WalletPopup/pages/SignRequest.tsx @@ -42,7 +42,7 @@ export const SignRequest = () => { if (error || !request) { return ( -

Could not parse the sign request #{signRequestId}

+

Could not parse the sign request #{signRequestId}


Error: {error?.message}