Skip to content

Commit

Permalink
fix: color of card ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishitbaria committed Oct 26, 2023
1 parent dea43f5 commit c5f7f81
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-[#1c1e1f]">
<div className="overflow-hidden rounded-2xl bg-content/5 p-4 bg-[#1d1e20]">
<img
src={image}
className="aspect-video w-full rounded-lg object-cover object-center"
Expand Down

0 comments on commit c5f7f81

Please sign in to comment.