Skip to content

Commit 7f3556b

Browse files
committed
draft page design
1 parent b8fca51 commit 7f3556b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/drafts/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export default function DraftsPage() {
4949
<Card className="border-slate-200">
5050
<div className="flex items-center justify-between p-6">
5151
<div className="flex items-center gap-3">
52-
<div className="flex h-10 w-10 items-center justify-center rounded bg-un-blue">
53-
<FileEdit className="h-5 w-5 text-white" />
52+
<div className="flex h-10 w-10 items-center justify-center rounded bg-accent">
53+
<FileEdit className="h-5 w-5 text-black" />
5454
</div>
5555
<div>
5656
<h1 className="text-2xl font-semibold text-foreground">My Drafts</h1>

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function HomePage() {
7676
<div className="flex h-16 w-16 items-center justify-center rounded-full bg-accent">
7777
<FileEdit className="h-8 w-8 text-black" />
7878
</div>
79-
<h2 className="text-2xl font-semibold text-foreground">View Drafts</h2>
79+
<h2 className="text-2xl font-semibold text-foreground">My Drafts</h2>
8080
<p className="text-slate-600">
8181
Work on your previously saved drafts before submitting final entries
8282
</p>

0 commit comments

Comments
 (0)