Skip to content

Commit

Permalink
fix: cards color ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishitbaria committed Oct 25, 2023
1 parent 82f48e6 commit 90bd022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Technodes/src/components/core/Eventpage/EventCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FaGithub } from "react-icons/fa";
const DetailCard = ({ image, title, description, url, btnText, git }) => {
return (
<>
<div className="overflow-hidden rounded-2xl bg-content/5 p-4 bg-[#1f1f1f]">
<div className="overflow-hidden rounded-2xl bg-content/5 p-4 bg-[#1c1e1f]">
<img
src={image}
className="aspect-video w-full rounded-lg object-cover object-center"
Expand Down

0 comments on commit 90bd022

Please sign in to comment.