diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-21 17:12:16 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-21 17:12:16 +0100 |
| commit | dd9c323941260a1d08d5113dbefa023713f553da (patch) | |
| tree | 48c813c01a83f5c6ca67ebbabd041c0298eb0da2 /tests/typ/style/construct.typ | |
| parent | c28d2130ddda3ae9b25cc16c3015087990ccb6e9 (diff) | |
Show with set
Diffstat (limited to 'tests/typ/style/construct.typ')
| -rw-r--r-- | tests/typ/style/construct.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/style/construct.typ b/tests/typ/style/construct.typ index be11e97e..f535184c 100644 --- a/tests/typ/style/construct.typ +++ b/tests/typ/style/construct.typ @@ -27,5 +27,5 @@ A #rect(fill: yellow, inset: 5pt, rect()) B --- // The constructor property should still work // when there are recursive show rules. -#show list: text.with(blue) +#show list: set text(blue) #list(label: "(a)", [A], list[B]) |
