feat: change color
This commit is contained in:
@ -19,14 +19,14 @@ const AgreementPage: FC = () => {
|
|||||||
className="w-16 h-16 mb-4 mt-2 sm:mt-6"
|
className="w-16 h-16 mb-4 mt-2 sm:mt-6"
|
||||||
/> */}
|
/> */}
|
||||||
<div className="flex flex-row items-center gap-4 mt-2 mb-4 sm:mt-6">
|
<div className="flex flex-row items-center gap-4 mt-2 mb-4 sm:mt-6">
|
||||||
<div className="p-2 bg-gray-100 rounded-full ring ring-gray-900 dark:ring dark:ring-gray-100">
|
<div className="p-2 bg-gray-100 rounded-full ring ring-gray-400 dark:ring dark:ring-gray-500">
|
||||||
<User size={32} />
|
<User size={32} />
|
||||||
</div>
|
</div>
|
||||||
<div className="text-gray-400 dark:text-gray-600">
|
<div className="text-gray-400 dark:text-gray-600">
|
||||||
{/* <Activity /> */}
|
{/* <Activity /> */}
|
||||||
<ArrowLeftRight />
|
<ArrowLeftRight />
|
||||||
</div>
|
</div>
|
||||||
<div className="p-2 rounded-full bg-gray-900 ring ring-gray-900 dark:ring dark:ring-gray-100">
|
<div className="p-2 rounded-full bg-gray-900 ring ring-gray-400 dark:ring dark:ring-gray-500">
|
||||||
{/* <img
|
{/* <img
|
||||||
src="https://lucide.dev/logo.dark.svg"
|
src="https://lucide.dev/logo.dark.svg"
|
||||||
className="w-8 h-8"
|
className="w-8 h-8"
|
||||||
@ -46,7 +46,7 @@ const AgreementPage: FC = () => {
|
|||||||
wants to access your Home Account
|
wants to access your Home Account
|
||||||
</h2>
|
</h2>
|
||||||
<div className="flex flex-row items-center justify-center mb-6 gap-2">
|
<div className="flex flex-row items-center justify-center mb-6 gap-2">
|
||||||
<div className="p-2 bg-gray-100 rounded-full ring ring-gray-900 dark:ring dark:ring-gray-100">
|
<div className="p-2 bg-gray-100 rounded-full ring ring-gray-400 dark:ring dark:ring-gray-500">
|
||||||
<User />
|
<User />
|
||||||
</div>
|
</div>
|
||||||
<p className="text-sm text-gray-500 dark:text-gray-500">
|
<p className="text-sm text-gray-500 dark:text-gray-500">
|
||||||
|
Reference in New Issue
Block a user