diff --git a/Features/Backup/BackupView.swift b/Features/Backup/BackupView.swift index 4c314ab..22f453c 100644 --- a/Features/Backup/BackupView.swift +++ b/Features/Backup/BackupView.swift @@ -998,8 +998,9 @@ struct BackupView: View { private func storageStat(_ value: String, label: String, color: Color) -> some View { VStack(spacing: 6) { Text(value) - .font(.system(size: 36, weight: .semibold, design: .rounded)) + .font(.system(size: 36, weight: .light)) .foregroundStyle(color) + .monospacedDigit() Text(label) .font(.system(size: 10, weight: .regular, design: .monospaced)) .foregroundStyle(AppTheme.inkQuaternary)