diff --git a/Features/Backup/BackupView.swift b/Features/Backup/BackupView.swift index cdefd27..5d5d31e 100644 --- a/Features/Backup/BackupView.swift +++ b/Features/Backup/BackupView.swift @@ -1040,7 +1040,7 @@ private struct KisaniRingView: View { .padding(38) .animation(.spring(response: 0.7, dampingFraction: 0.8), value: innerProgress) } - .frame(width: 210, height: 210) + .frame(width: 240, height: 240) } } @@ -1077,6 +1077,6 @@ private struct StorageRingView: View { .padding(38) .animation(.spring(response: 0.7, dampingFraction: 0.8), value: safeProgress) } - .frame(width: 210, height: 210) + .frame(width: 240, height: 240) } }