From 920888efc15e65bee142aded9bb811c2226feada Mon Sep 17 00:00:00 2001 From: Robin Kutesa Date: Tue, 26 May 2026 12:33:06 +0300 Subject: [PATCH] fix(backup): Pending stat goes gray when 0, orange only when items need backup Orange on "0 Pending" implied an active warning state when everything was already backed up. Now dims to inkQuaternary at 0, returns to orange when there are actually pending items. Co-Authored-By: Kutesir Co-Authored-By: Sentry --- Features/Backup/BackupView.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Features/Backup/BackupView.swift b/Features/Backup/BackupView.swift index a97b596..74461e4 100644 --- a/Features/Backup/BackupView.swift +++ b/Features/Backup/BackupView.swift @@ -385,7 +385,9 @@ struct BackupView: View { compactStat( "\(notBackedUpDisplayCount)", label: "Pending", - color: Color(red: 1.0, green: 0.62, blue: 0.0) + color: notBackedUpDisplayCount > 0 + ? Color(red: 1.0, green: 0.62, blue: 0.0) + : AppTheme.inkQuaternary ) statDivider compactStat(