Skip to content

Commit

Permalink
style(frontend): 💄 change bg for project card
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyflot committed May 6, 2024
1 parent b2508ba commit 2f446fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default async function ProjectsPage() {
key={project.id}
data-testid="projectCard"
>
<Card className="h-full w-full hover:border-primary">
<Card className="h-full w-full bg-background hover:border-primary">
<CardHeader></CardHeader>
<CardContent>
<div className="w-full">
Expand Down

0 comments on commit 2f446fc

Please sign in to comment.