Skip to content

Commit 499e050

Browse files
committed
🚑 Put a box around the tournament component
1 parent 1b83401 commit 499e050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/radial/components/tournament.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
]
4141
}
4242

43-
grid(
43+
box(grid(
4444
columns: (1fr, 1fr, 1fr, 1fr, 1fr),
4545
header-cell(radius: (top-left: 1.5pt))[*Match*],
4646
header-cell[*Red Alliance*],
@@ -52,7 +52,7 @@
5252
alliance-info(alliance: match.blue-alliance),
5353
bool-icon(match.auton),
5454
bool-icon(match.awp),
55-
)
55+
))
5656

5757
if not match.at("notes", default: none) == none [
5858
=== Notes

0 commit comments

Comments
 (0)