diff --git a/Widgets/Recents.swift b/Widgets/Recents.swift index 793f6d4..4b45c55 100644 --- a/Widgets/Recents.swift +++ b/Widgets/Recents.swift @@ -168,7 +168,7 @@ struct ItemListEntryView: View { .foregroundColor(.red) Spacer() if let published = item.published { - Text(published, style: .relative) + Text(published, format: .relative(presentation: .numeric, unitsStyle: .narrow)) .font(.caption.width(.condensed)) .multilineTextAlignment(.trailing) .layoutPriority(-1)