From f50ec5cf31562eaa2e407bdaf11b40aad5dacaba Mon Sep 17 00:00:00 2001 From: jeffvli Date: Mon, 30 Jan 2023 21:34:56 -0800 Subject: [PATCH] Fix error boundary styles --- .../action-required/components/route-error-boundary.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/renderer/features/action-required/components/route-error-boundary.tsx b/src/renderer/features/action-required/components/route-error-boundary.tsx index 6f331752..80895801 100644 --- a/src/renderer/features/action-required/components/route-error-boundary.tsx +++ b/src/renderer/features/action-required/components/route-error-boundary.tsx @@ -41,9 +41,13 @@ const RouteErrorBoundary = () => { {error?.message} - +