From 2886b98dd988089ab371d18e7198521322a64fd3 Mon Sep 17 00:00:00 2001 From: PATILYASHH Date: Sat, 3 Aug 2024 10:57:33 +0530 Subject: [PATCH 1/3] added white color in modal --- src/components/Error/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Error/css/style.css b/src/components/Error/css/style.css index 9fc69d5..c175916 100644 --- a/src/components/Error/css/style.css +++ b/src/components/Error/css/style.css @@ -30,6 +30,7 @@ h3{ } .modal { + color: white; width: 400px; max-height: 450px; } From 0a34432277b88170aebd1c2c9c6c2dabfcf47655 Mon Sep 17 00:00:00 2001 From: PATILYASHH Date: Sat, 3 Aug 2024 11:45:15 +0530 Subject: [PATCH 2/3] search box tex color fixed --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index b51032e..7874a6d 100644 --- a/src/index.css +++ b/src/index.css @@ -49,6 +49,7 @@ img{ @media (max-width: 768px) { .card { width: auto; + color: white; } } From 33574d2f82501874dd014130f70f2a739705c501 Mon Sep 17 00:00:00 2001 From: PATILYASHH Date: Sat, 3 Aug 2024 11:51:02 +0530 Subject: [PATCH 3/3] color changed of search input text --- src/components/Search/SearchInput.jsx | 23 ++++++++++++----------- src/index.css | 1 - 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/Search/SearchInput.jsx b/src/components/Search/SearchInput.jsx index 886644c..03171e1 100644 --- a/src/components/Search/SearchInput.jsx +++ b/src/components/Search/SearchInput.jsx @@ -48,17 +48,18 @@ function SearchInput({ search, setSearch, setType }) { className="flex items-center border border-primary gap-4 py-2 px-6 rounded-lg w-11/12 md:w-4/6" > - { - setSearch(e.target.value); - setType(""); - }} - /> + { + setSearch(e.target.value); + setType(""); + }} +/> +