diff options
Diffstat (limited to 'tests/typ/library/stack.typ')
| -rw-r--r-- | tests/typ/library/stack.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/library/stack.typ b/tests/typ/library/stack.typ index c773ec79..d03a95c8 100644 --- a/tests/typ/library/stack.typ +++ b/tests/typ/library/stack.typ @@ -4,6 +4,6 @@ #let rect(width, color) = rect(width: width, height: 1cm, fill: color) #stack( rect(2cm, #2a631a), - rect(3cm, #43a127), - rect(1cm, #9feb52), + rect(3cm, forest), + rect(1cm, conifer), ) |
