diff options
Diffstat (limited to 'tests/typ/elements/square.typ')
| -rw-r--r-- | tests/typ/elements/square.typ | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/typ/elements/square.typ b/tests/typ/elements/square.typ index 3686debb..3163f872 100644 --- a/tests/typ/elements/square.typ +++ b/tests/typ/elements/square.typ @@ -9,8 +9,7 @@ // Test auto-sized square. #square(fill: eastern)[ #font(fill: white, weight: "bold") - #align(center) - #pad(5pt)[Typst] + #align(center, pad(5pt)[Typst]) ] --- |
