Skip to content

Commit

Permalink
Make text bigger & add a background color
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiramTadepalli committed Nov 10, 2024
1 parent d7156c2 commit b7d04a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/common/SingleProfInfo/singleProfInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ function SingleProfInfo({ rmp }: Props) {
<div className="flex gap-1 flex-wrap mt-2">
{topTags.map((tag, index) => (
<Chip
className="text-sm bg-cornflower-50 dark:bg-cornflower-700"
key={index}
label={`${tag.tagName} (${tag.tagCount})`}
variant="outlined"
// variant="outlined"
size="small"
/>
))}
Expand Down

0 comments on commit b7d04a1

Please sign in to comment.