From 4d7ac46b7860d9f2725c83e2f25658ebdb39d5d3 Mon Sep 17 00:00:00 2001 From: VadhwanaParth15 Date: Sun, 12 Feb 2023 18:40:30 +0530 Subject: [PATCH] events btns bug fix --- src/App.jsx | 2 +- src/components/Events/Event.css | 2 +- src/components/Events/EventCard.jsx | 2 +- src/components/signup/Signup.css | 4 ++-- src/components/signup/Signup.jsx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 692fce4..0586e03 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -19,7 +19,7 @@ const App = () => { - {/* */} + {/* */} {/* */} diff --git a/src/components/Events/Event.css b/src/components/Events/Event.css index ce863e6..7590afb 100644 --- a/src/components/Events/Event.css +++ b/src/components/Events/Event.css @@ -46,7 +46,7 @@ line-height: 18px; text-align: center; } -.btne{ +.button{ background: linear-gradient(180deg, rgba(98, 212, 237, 0.8) -27.94%, rgba(172, 112, 255, 0.79) 76.47%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; diff --git a/src/components/Events/EventCard.jsx b/src/components/Events/EventCard.jsx index a0c14da..15b869c 100644 --- a/src/components/Events/EventCard.jsx +++ b/src/components/Events/EventCard.jsx @@ -16,7 +16,7 @@ export const EventCard = ({ imgurl, title, description,link}) => { {description} - + diff --git a/src/components/signup/Signup.css b/src/components/signup/Signup.css index 2dcc843..24345d7 100644 --- a/src/components/signup/Signup.css +++ b/src/components/signup/Signup.css @@ -90,7 +90,7 @@ text-transform: uppercase;; } -.btn-primary { +.btnprimary { width: 120px; height: 40px; background-color: #1d2a2e; @@ -215,7 +215,7 @@ text-transform: uppercase;; } - .btn-primary { + .btnprimary { width: 120px; height: 40px; background-color: #1d2a2e; diff --git a/src/components/signup/Signup.jsx b/src/components/signup/Signup.jsx index 58f1692..902975e 100644 --- a/src/components/signup/Signup.jsx +++ b/src/components/signup/Signup.jsx @@ -15,7 +15,7 @@ const Signup = () => { -