File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/features/events/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ const CardEvent: FC<{ data: EventType }> = ({ data }) => {
21
21
height = { 150 }
22
22
className = "hidden md:block rounded-l-lg object-cover w-64 min-h-36"
23
23
/>
24
- < div className = "w-full bg-black/70 py-4" >
24
+ < div className = "w-full py-4" >
25
25
< CardContent className = "pb-0" >
26
26
< Badge className = "mb-2" variant = { `${ status } ` } >
27
27
{ status }
28
28
</ Badge >
29
29
< h2 className = "text-base sm:text-xl font-bold text-hmc-blue-600" > { title } </ h2 >
30
- < p className = "text-gray-100" > { date_event } </ p >
30
+ < p > { date_event } </ p >
31
31
</ CardContent >
32
- < CardFooter className = "flex flex-wrap gap-2 text-gray-200 mt-2 pb-2 sm:flex-row" >
32
+ < CardFooter className = "flex flex-wrap gap-2 mt-2 pb-2 sm:flex-row" >
33
33
< div className = "flex items-center gap-2" >
34
34
< Clock size = { 15 } />
35
35
< p className = "text-sm text-nowrap" > { duration } </ p >
You can’t perform that action at this time.
0 commit comments