This commit is contained in:
2024-12-03 17:21:14 -05:00
parent f73ded3314
commit 590df275cc
13 changed files with 266 additions and 254 deletions

View File

@@ -24,7 +24,6 @@ func testGroup() {
}
.color(.green)
.style(.italic)
.labelStyle(color: .blue, styles: .bold)
print(type(of: group))
print(group.render())