Skip to content

Commit

Permalink
tweak item
Browse files Browse the repository at this point in the history
  • Loading branch information
JClackett committed May 16, 2024
1 parent 8cc1d58 commit ca04914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/components/TaskItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function _TaskItem({ task }: Props) {
)}
{task.startTime ? (
<div className="flex items-center space-x-0.5">
{task.reminder && <AlarmClock size={8} />}
{task.reminder && <AlarmClock size={10} className="mb-px" />}
<p className="text-xxs">{task.startTime}</p>
</div>
) : (
Expand Down

0 comments on commit ca04914

Please sign in to comment.