Skip to content

Commit

Permalink
fix: research domain tag bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
dmijatovic committed Jul 6, 2022
1 parent e2d9061 commit c38849f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/projects/ProjectTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function ProjectTags({title,tags}:{title:string, tags: string[] |
key={pos}
label={label}
title={title}
className="bg-grey-400"
className="bg-base-300"
/>
)
})
Expand Down

0 comments on commit c38849f

Please sign in to comment.