From 7634155cb7b9f270c2a99f3ac3657d4ec3c8e2af Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 20:40:13 +0530 Subject: [PATCH] feat: change colors --- src/components/atoms/Loader.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/atoms/Loader.tsx b/src/components/atoms/Loader.tsx index aafdaee4..6baea8ec 100644 --- a/src/components/atoms/Loader.tsx +++ b/src/components/atoms/Loader.tsx @@ -15,14 +15,14 @@ export const Loader = () => { const StyledParagraph = styled.p` font-size: x-large; font-family: inherit; - color: #1976d2; + color: black; display: grid; justify-content: center; `; const StyledLoader = styled.div` border-radius: 50%; - color: #1976d2; + color: #ff00c3; font-size: 11px; text-indent: -99999em; margin: 55px auto;