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

@@ -36,7 +36,7 @@ const BrowserSession: React.FC<Props> = ({ session, isCurrent }) => {
);
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">
{isCurrent && <div className="font-bold">Current session</div>}
<div>
Started: <span className="font-mono text-sm">{data.createdAt}</span>