From 3492a83f9b772a6e864525b2995bc09e28e29076 Mon Sep 17 00:00:00 2001 From: Rudransh Pratap Singh <87255169+CoderFleet@users.noreply.github.com> Date: Tue, 29 Oct 2024 03:42:00 +0530 Subject: [PATCH 1/2] Improved Button Styles for Better Readability in both light & dark mode --- frontend/src/components/Pages/Event.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Pages/Event.jsx b/frontend/src/components/Pages/Event.jsx index d60a3fc7..3312116a 100644 --- a/frontend/src/components/Pages/Event.jsx +++ b/frontend/src/components/Pages/Event.jsx @@ -276,7 +276,9 @@ function Event() { Age: {event.age}
- From 437b63586924d02bf6039f2402d88a92de86e30c Mon Sep 17 00:00:00 2001 From: Rudransh Pratap Singh <87255169+CoderFleet@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:45:04 +0530 Subject: [PATCH 2/2] fix/ updated the dark and light theme button colors for website's theme --- frontend/src/components/Pages/Event.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Pages/Event.jsx b/frontend/src/components/Pages/Event.jsx index 3312116a..da8bfcdb 100644 --- a/frontend/src/components/Pages/Event.jsx +++ b/frontend/src/components/Pages/Event.jsx @@ -278,7 +278,8 @@ function Event() { {/* Added Appropriate colors to improve readability & Changed Hover Styles too so that they adjust to both dark and light mode both */} -