1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-21 23:00:50 +03:00

Stories for components with Relay fragments

This commit is contained in:
Quentin Gliech
2022-11-15 16:12:46 +01:00
parent 2b0677763d
commit 2822e114e3
10 changed files with 351 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ const OAuth2Session: React.FC<Props> = ({ session }) => {
);
return (
<div className="p-2 my-1 bg-grey-50 dark:bg-grey-450 rounded">
<div className="p-2 my-1 bg-grey-50 dark:bg-grey-450 dark:text-white rounded">
<div>
Client ID:{" "}
<span className="font-mono text-sm">{data.client.clientId}</span>