Skip to content

Commit

Permalink
Update Events.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant742 authored Jan 14, 2024
1 parent ad3e146 commit a1ca2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Events.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Events = () => {

return (
<div
className={`${montserrat.className} mb-9 w-full flex justify-center pt-8 pb-8 bg-[white] text-[#1f1b4e] `}
className={`${montserrat.className} mb-9 w-full flex justify-center pt-8 pb-8 bg-[#f1f2f7] text-[#1f1b4e] `}
>
<div className="w-[80%]">
<motion.div
Expand Down

0 comments on commit a1ca2aa

Please sign in to comment.