PrathmeshSadake / unsplashy

An image gallery that fetches images from Unsplash API. It has some awesome features like searching for images and infinite scrolling in which images keeps on loading as the user scrolls.
https://unsplashy-prathmeshsadake.netlify.app
23 stars 16 forks source link

Home page text not properly visible #4

Closed moulibrota-das closed 2 years ago

moulibrota-das commented 2 years ago

The Issue: The text in the hero section of the home page is not properly visible if there is a dark colored picture in the background.

Screenshot image

moulibrota-das commented 2 years ago

Can you please assign me to this problem. Being a GSSOC'22 participant I can start working on it from March 1st.

PrathmeshSadake commented 2 years ago

Kindly start working to fix this issue

ashvin804 commented 2 years ago

can u assign this task to me.

moulibrota-das commented 2 years ago

Issue Fixed

Changed the Search Section Text Color and Added shadow for better visibility:

Addition changes (changed the class= to className=) in the SearchInput.js file :

-   <div class="wrap">
+  <div className="wrap">

After:

Web capture_28-2-2022_213932_localhost