Updated Theme

This commit is contained in:
2024-05-24 11:53:28 +02:00
parent 9ba474fdcf
commit 9943c5df56
2 changed files with 25 additions and 21 deletions
+3 -3
View File
@@ -38,9 +38,9 @@ const MainCard = ({ imageURL, title, description, url }) => {
image={imageURL}
alt={title}
/>
{{ description } !== '' && (
<Typography variant='body2'>{description}</Typography>
)}
<Typography variant='body2'>{description}</Typography>
<CardActionArea>
<CardContent
color='white'