From 22e7c121f194d5dc719713518e1b58cceaa5d206 Mon Sep 17 00:00:00 2001 From: Max Mykal Date: Mon, 15 Sep 2025 11:02:23 -0700 Subject: [PATCH] fix loading icon size --- web/common/src/components/LoadingContainer/LoadingContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/common/src/components/LoadingContainer/LoadingContainer.tsx b/web/common/src/components/LoadingContainer/LoadingContainer.tsx index 4698266e4e..bba205ae6a 100644 --- a/web/common/src/components/LoadingContainer/LoadingContainer.tsx +++ b/web/common/src/components/LoadingContainer/LoadingContainer.tsx @@ -28,7 +28,7 @@ export const LoadingContainer = React.forwardRef< function renderLoading() { return ( <> - + {message && {message}} )