Billing UI (#386)

This commit is contained in:
Kerem Yilmaz
2024-05-29 09:34:58 -07:00
committed by GitHub
parent a74d51728e
commit 481e81b6f0
10 changed files with 98 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ function TaskDetails() {
}
return (
<div className="flex flex-col gap-8 max-w-6xl mx-auto p-8 pt-0">
<div className="flex flex-col gap-8">
<div className="flex items-center">
<Label className="w-32 shrink-0 text-lg">Task ID</Label>
<Input value={taskId} readOnly />