diff --git a/src/components/Dashboard/DashboardPage.tsx b/src/components/Dashboard/DashboardPage.tsx index e8b002aa8..a401e31de 100644 --- a/src/components/Dashboard/DashboardPage.tsx +++ b/src/components/Dashboard/DashboardPage.tsx @@ -82,7 +82,7 @@ export function DashboardPage(props: DashboardPageProps) { 'striped-loader-slate': isLoading, })} > -
@@ -106,7 +106,7 @@ export function RespondInviteForm() { return (
@@ -139,7 +139,7 @@ export function RespondInviteForm() { pageProgressMessage.set(''); }) } - className="grow cursor-pointer rounded-lg hover:bg-gray-300 bg-gray-200 px-3 py-2 text-center" + className="grow cursor-pointer rounded-lg bg-gray-200 px-3 py-2 text-center hover:bg-gray-300" > Accept @@ -150,7 +150,7 @@ export function RespondInviteForm() { pageProgressMessage.set(''); }) } - className="grow cursor-pointer rounded-lg bg-red-500 hover:bg-red-600 px-3 py-2 text-white disabled:opacity-40" + className="grow cursor-pointer rounded-lg bg-red-500 px-3 py-2 text-white hover:bg-red-600 disabled:opacity-40" > Reject