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 {