Skip to content

Commit

Permalink
fix vert center svg icon on 1st line of item text
Browse files Browse the repository at this point in the history
  • Loading branch information
avidrucker committed Oct 29, 2023
1 parent dbeee8a commit 1b0bb16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TodoItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function TodoItem({ task, isBenchmark }) {
return (
<li className={`flex lh-copy align-start ${task.status === "done"
&& "o-50"} ${isBenchmark ? "fw6" : "fw4"}`}>
<span className="mr1 dib h-15">{task.status === "done" ?
filledCircle :
task.status === "ready" ?
dotCircle : emptyCircle}</span>
Expand Down

0 comments on commit 1b0bb16

Please sign in to comment.