Skip to content

Commit

Permalink
fix review finding
Browse files Browse the repository at this point in the history
  • Loading branch information
rmburg committed Feb 4, 2025
1 parent 1dffb32 commit 2025d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/toolbox/progress.typ
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
toolbox.progress-ratio(ratio => {
stack(
dir: ltr,
rect(stroke: blue, fill: blue, width: ratio * 8cm),
rect(stroke: blue, fill: none, width: (1 - ratio) * 8cm),
rect(stroke: blue, fill: blue, width: 8cm * ratio),
rect(stroke: blue, fill: none, width: 8cm * (1 - ratio)),
)
})
}
Expand Down

0 comments on commit 2025d61

Please sign in to comment.