From b2be32cad745acfbf57e88eba9581a658d6282db Mon Sep 17 00:00:00 2001 From: JeevaRamanathan Date: Wed, 2 Oct 2024 19:25:06 +0530 Subject: [PATCH] fix:Improve Icon and Toast Text Visibility in Profile Settings Screen for Light Mode --- apps/frontend/src/components/layout/settings.component.tsx | 4 ++-- libraries/react-shared-libraries/src/toaster/toaster.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/frontend/src/components/layout/settings.component.tsx b/apps/frontend/src/components/layout/settings.component.tsx index a0d8e817..c229216b 100644 --- a/apps/frontend/src/components/layout/settings.component.tsx +++ b/apps/frontend/src/components/layout/settings.component.tsx @@ -155,7 +155,7 @@ export const SettingsPopup: FC<{ getRef?: Ref }> = (props) => { /> -
+
Upload image
@@ -173,7 +173,7 @@ export const SettingsPopup: FC<{ getRef?: Ref }> = (props) => { >
diff --git a/libraries/react-shared-libraries/src/toaster/toaster.tsx b/libraries/react-shared-libraries/src/toaster/toaster.tsx index 88eb1c93..5768ca7b 100644 --- a/libraries/react-shared-libraries/src/toaster/toaster.tsx +++ b/libraries/react-shared-libraries/src/toaster/toaster.tsx @@ -68,7 +68,7 @@ export const Toaster = () => { )} -
{toasterText}
+
{toasterText}