Skip to content

Commit

Permalink
made the hover dark green
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamaKamina committed Sep 26, 2024
1 parent e211127 commit fc2ef2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/(home)/organization/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default function OrganizationPage() {
<h1 className="text-3xl font-bold mr-2">Organizations</h1>
<Button
onClick={() => setShowCreateForm(true)}
className="bg-green-600 hover:bg-red-700 rounded-full w-8 h-8 p-0"
className="bg-green-600 hover:bg-green-800 rounded-full w-8 h-8 p-0"
title="Create Organization"
>
<PlusCircle className="h-5 w-5" />
Expand Down

0 comments on commit fc2ef2a

Please sign in to comment.