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

frontend: start using CSS modules for components with design tokens

This commit is contained in:
Quentin Gliech
2023-08-03 18:28:43 +02:00
parent 7c2e691175
commit c8ba2a1fa3
17 changed files with 229 additions and 102 deletions

View File

@@ -82,7 +82,7 @@ const CompatSession: React.FC<{
};
return (
<Block className="p-4 bg-grey-25 dark:bg-grey-450 rounded-lg">
<Block>
<Body>
Started: <DateTime datetime={data.createdAt} />
</Body>