minor style improvements

This commit is contained in:
2024-06-21 18:14:40 +02:00
parent 0cff9d6799
commit 2c724598e9
9 changed files with 35 additions and 7 deletions

View File

@ -44,7 +44,7 @@
if group.desc != none {
shapes += draw.content(
(x0 + w, y0),
text([\[#group.desc\]], weight: "bold"),
text([\[#group.desc\]], weight: "bold", size: .8em),
anchor: "north-west",
padding: 3pt
)