From a3e3b6cc2fc33b5a628e94afb97425441aa95408 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 10 Jun 2024 09:20:38 -0300 Subject: [PATCH] Changed loading color --- src/frontend/src/components/loadingComponent/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/components/loadingComponent/index.tsx b/src/frontend/src/components/loadingComponent/index.tsx index 3ef0f8ef5..35694820a 100644 --- a/src/frontend/src/components/loadingComponent/index.tsx +++ b/src/frontend/src/components/loadingComponent/index.tsx @@ -7,7 +7,7 @@ export default function LoadingComponent({


- - Loading... - + Loading...
); }