Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suryanshkushwaha committed Nov 11, 2024
1 parent c191b39 commit 95d706e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,12 @@ const CollaborationServiceIntegratedView: React.FC = () => {

<div className="flex gap-2 flex-col sm:flex-row">
{topics && (
<span className="px-3 py-1 text-sm rounded-full bg-gray-100 text-gray-700">
<span className="px-3 py-1 text-sm rounded-full bg-gray-200 text-gray-700">
{topics}
</span>
)}
{difficulty && (
<span className="px-3 py-1 text-sm rounded-full bg-gray-100 text-gray-700">
<span className="px-3 py-1 text-sm rounded-full bg-gray-200 text-gray-700">
{difficulty}
</span>
)}
Expand Down

0 comments on commit 95d706e

Please sign in to comment.