mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 12:17:46 +00:00
cleanup consent screen
This commit is contained in:
@@ -59,9 +59,9 @@ export function ConsentScreen({
|
|||||||
return (
|
return (
|
||||||
<li
|
<li
|
||||||
key={s}
|
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"
|
className="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"
|
||||||
>
|
>
|
||||||
<span className="col-span-3">{resolvedDescription}</span>
|
<span>{resolvedDescription}</span>
|
||||||
</li>
|
</li>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
|
Reference in New Issue
Block a user