Skip to content

Commit

Permalink
Fixed button UI (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivntsng authored Oct 17, 2024
1 parent c7084ff commit 66ee5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/pages/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,13 @@ export const RenderProfile = (props: RenderProfileProps) => {
<TabsList className="flex justify-center space-x-4 mb-4">
<TabsTrigger
value="own"
className="px-4 py-2 rounded-full transition-colors duration-300 hover:bg-gray-8 data-[state=active]:bg-primary-9 data-[state=active]:text-white"
className="px-4 py-2 rounded-lg transition-colors duration-300 hover:bg-gray-8 data-[state=active]:bg-primary-9 data-[state=active]:text-white"
>
Overview
</TabsTrigger>
<TabsTrigger
value="upvoted"
className="px-4 py-2 rounded-full transition-colors duration-300 hover:bg-gray-8 data-[state=active]:bg-primary-9 data-[state=active]:text-white"
className="px-4 py-2 rounded-lg transition-colors duration-300 hover:bg-gray-8 data-[state=active]:bg-primary-9 data-[state=active]:text-white"
>
Upvoted
</TabsTrigger>
Expand Down

0 comments on commit 66ee5eb

Please sign in to comment.