Skip to content

Commit

Permalink
Merge pull request #8 from kayode96-max/fonts
Browse files Browse the repository at this point in the history
Fixed repository description not showing in light mode
  • Loading branch information
Ahsankhalid618 authored Oct 28, 2024
2 parents 39eff5b + 7946838 commit c7ed323
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/Components/User/Personal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ export default async function Personal({ userData }) {
</div>
</CardHeader>
<Divider />
<CardBody className="pt-2 pb-2 flex justify-center items-center">
<CardBody className="pt-2 pb-2 flex text-white dark:text-white justify-center items-center">
{repo.description ? (
<p>{repo.description}</p>
<p className="text-white">{repo.description}</p>
) : (
<Image
src={Cardimage.src}
Expand Down
55 changes: 49 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@
"tailwindcss": "^3.4.10"
}
}

0 comments on commit c7ed323

Please sign in to comment.