From 17e89468847735df10381c47c46c7d82d33cc463 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 30 Jun 2021 22:32:24 +0200 Subject: Remove color literals (#39) --- tests/typ/layout/stack.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/layout/stack.typ') 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), ) -- cgit v1.2.3