Update apps/login/src/components/consent.tsx

Co-authored-by: David Skewis <david@zitadel.com>
This commit is contained in:
Max Peintner
2025-05-06 16:06:54 +02:00
committed by GitHub
parent 6da4e7e25d
commit f6d560ded2

View File

@@ -61,7 +61,6 @@ export function ConsentScreen({
key={s}
className="grid grid-cols-4 w-full text-sm flex flex-row items-center bg-background-light-400 dark:bg-background-dark-400 border border-divider-light py-2 px-4 rounded-md transition-all"
>
<strong className="col-span-1">{s}</strong>
<span className="col-span-3">{resolvedDescription}</span>
</li>
);