Typography tweak to the ID on the overview page

This commit is contained in:
James Ritchie
2023-01-12 20:48:29 +00:00
parent 5e8c46c728
commit dca806dd28
@@ -72,7 +72,10 @@ export default function Page() {
<>
<div className="flex items-baseline justify-between">
<Title>Overview</Title>
<Body className="text-slate-400">ID: {workflow.slug}</Body>
<Body className="text-slate-400">
<span className="text-xs tracking-wide text-slate-500">ID: </span>
{workflow.slug}
</Body>
</div>
{workflow.status !== "READY" && (
<>