From cc9590f224725fed72c6eebeea63226eaa76910f Mon Sep 17 00:00:00 2001 From: Syed Ali Abbas Zaidi <88369802+Syed-Ali-Abbas-Zaidi@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:45:25 +0500 Subject: [PATCH] fix: text color issue on splash screen #272 (#274) ## Description This PR fixes the text color issue on SplashScreen reported in [#272](https://github.com/priyankarpal/ProjectsHut/issues/272) ## Screenshots Screenshot 2023-04-25 at 1 25 17 PM ## Checklist Please review and check off the following items before submitting your PR: - [x] I have tested my changes to ensure they work as expected - [ ] I have included documentation for any new features or changes - [x] I have formatted my code according to the project's style guidelines - [ ] I have written tests for any new features or changes - [x] I have run the project's test suite and verified that all tests pass - [ ] I have updated the README and any other relevant documentation - [x] I have checked for any spelling or grammatical errors Co-authored-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> --- src/components/SplashScreen.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SplashScreen.jsx b/src/components/SplashScreen.jsx index 0128b77b..a226768b 100644 --- a/src/components/SplashScreen.jsx +++ b/src/components/SplashScreen.jsx @@ -9,7 +9,7 @@ const SplashScreen = () => {
-
Loading...
+
Loading...
) }