Skip to content

Commit

Permalink
Change post tag background colour to base
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Oct 30, 2024
1 parent ae9a9d9 commit b79b2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dataDisplay/postTag/PostTag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function PostTag(props: Props) {
return (
<Link
href={`/dashboard/search?query=%23${encodedTag}`}
className="bg-skin-tertiary px-3 py-1.5 rounded-lg text-sm text-skin-secondary font-medium hover:text-skin-base break-all"
className="bg-skin-base border border-skin-base px-3 py-1.5 rounded-lg text-sm text-skin-secondary font-medium hover:text-skin-base break-all"
onClick={(e) => e.stopPropagation()}
>
#{tag}
Expand Down

0 comments on commit b79b2b5

Please sign in to comment.