add idp to profile dropdown

This commit is contained in:
miloschwartz
2025-04-20 15:50:17 -04:00
parent 8fa719181a
commit e2f056e6ca
4 changed files with 18 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ export default async function Page(props: {
return (
<>
{isInvite && (
<div className="border rounded-md p-3 mb-4">
<div className="border rounded-md p-3 mb-4 bg-card">
<div className="flex flex-col items-center">
<Mail className="w-12 h-12 mb-4 text-primary" />
<h2 className="text-2xl font-bold mb-2 text-center">

View File

@@ -50,7 +50,7 @@ export default async function Page(props: {
return (
<>
{isInvite && (
<div className="border rounded-md p-3 mb-4">
<div className="border rounded-md p-3 mb-4 bg-card">
<div className="flex flex-col items-center">
<Mail className="w-12 h-12 mb-4 text-primary" />
<h2 className="text-2xl font-bold mb-2 text-center">