Skip to content

Commit

Permalink
perf: task card font styles for accessible.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccox committed Mar 11, 2023
1 parent e7b9f6e commit 9401662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/task/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ function Tasks() {
<div className={`flex items-center gap-2`}>
<p className={`text-2xl font-extrabold`}>{`#${uid}`}</p>
<span className={`badge light ${TaskThemes[t.status]} uppercase `}>{t.status}</span>
<p className={`ml-auto text-lg`}>{t.type}</p>
<p className={`ml-auto text-xl font-semibold`}>{t.type}</p>
</div>
<div className={`grid grid-cols-4 gap-2 task-card-options`}>
<div className={`grid grid-cols-4 gap-2 task-card-options text-sm`}>
<p>Duration: </p>
<p>{t.duration}</p>
<p>EnqueuedAt: </p>
Expand Down

1 comment on commit 9401662

@vercel
Copy link

@vercel vercel bot commented on 9401662 Mar 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.