Sparkle fixes

This commit is contained in:
Micha
2025-12-07 16:52:13 +01:00
parent 8f72fd0fea
commit db4c2aa930
2 changed files with 36 additions and 13 deletions

View File

@@ -26,6 +26,7 @@ struct InfoCell: View {
.font(monospaced ? .system(.body, design: .monospaced) : .body)
}
}
// if let subtext {
// Text(subtext)
// .font(.caption)