This commit is contained in:
neon443
2025-05-01 21:23:14 +01:00
parent a08642bcb5
commit 3450e8bf1c
6 changed files with 3 additions and 26 deletions

View File

@@ -53,7 +53,7 @@ struct EventListView: View {
Text(
event.date.formatted(
date: .long,
time: event.time ? .shortened : .omitted
time: .shortened
)
)
.font(.subheadline)