diff options
Diffstat (limited to 'tests/typ/layout/stack.typ')
| -rw-r--r-- | tests/typ/layout/stack.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/stack.typ b/tests/typ/layout/stack.typ index 89e587c7..fd5201df 100644 --- a/tests/typ/layout/stack.typ +++ b/tests/typ/layout/stack.typ @@ -3,7 +3,7 @@ --- #let rect(width, color) = rect(width: width, height: 1cm, fill: color) #stack( - rect(2cm, #2a631a), + rect(2cm, rgb("2a631a")), rect(3cm, forest), rect(1cm, conifer), ) |
