This commit is contained in:
2024-12-05 07:50:55 -05:00
parent b0b218e047
commit 33356d8648
16 changed files with 216 additions and 146 deletions

View File

@@ -31,7 +31,7 @@ public struct DefaultSectionStyle: SectionStyle {
VStack {
content.header
content.content
content.footer.textStyle(.italic)
content.footer
}
}
}