Skip to content

Commit

Permalink
tweak build card bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Jan 15, 2024
1 parent dcee0c1 commit 54d3f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/BuildCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const BuildCard = ({
<div className="w-full h-[220px] relative">
<Image src={src} alt={name} fill className="w-full object-center object-cover" />
</div>
<div className="card-body gap-0 border-t">
<div className="card-body gap-0 border-t border-primary bg-base-100">
<h3 className="card-title m-0">{name}</h3>
<p className="m-0">{description}</p>
</div>
Expand Down

0 comments on commit 54d3f97

Please sign in to comment.