Skip to content

Commit

Permalink
refactor(projects): try to improve description contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Aug 7, 2023
1 parent afbc4c4 commit 7580521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const Project = ({ project }: { project: RepositoryData }) => {
<div>
<span className="font-semibold hover:underline">{project.name}</span>
{project.description && (
<div className="text-sm lg:text-md xl:text-lg text-subtext0">
<div className="text-sm lg:text-md xl:text-lg text-subtext1">
{project.description}
</div>
)}
Expand Down

0 comments on commit 7580521

Please sign in to comment.