From 97dfb62dc74526f7cce1e8c78864bf6d7d1e12b8 Mon Sep 17 00:00:00 2001 From: Robin Kutesa Date: Sun, 17 May 2026 13:17:13 +0300 Subject: [PATCH] Fix foregroundStyle iOS 16 compatibility in BackupView foregroundStyle(_:) on Text with a ShapeStyle requires iOS 17; replace with foregroundColor for the two Text-concatenation nodes in the refresh status row to stay compatible with the iOS 16 target. Co-Authored-By: Kutesir Co-Authored-By: Sentry --- Features/Backup/BackupView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Features/Backup/BackupView.swift b/Features/Backup/BackupView.swift index 2056f52..e9fbc13 100644 --- a/Features/Backup/BackupView.swift +++ b/Features/Backup/BackupView.swift @@ -437,10 +437,10 @@ struct BackupView: View { ? .orange : AppTheme.inkQuaternary) Text(checked, style: .relative) .font(.system(size: 10, weight: .regular)) - .foregroundStyle(AppTheme.inkQuaternary) + .foregroundColor(AppTheme.inkQuaternary) + Text(" ago") .font(.system(size: 10, weight: .regular)) - .foregroundStyle(AppTheme.inkQuaternary) + .foregroundColor(AppTheme.inkQuaternary) } Spacer() Button {