chore: increase ring diameter from 210 to 240

Co-Authored-By: Kutesir <kutesir@provoc.ug>
Co-Authored-By: Sentry <sentry@provoc.ug>
This commit is contained in:
Robin Kutesa
2026-05-19 18:31:53 +03:00
parent 5f6d1a676b
commit 99ca4a9e21

View File

@@ -1040,7 +1040,7 @@ private struct KisaniRingView: View {
.padding(38) .padding(38)
.animation(.spring(response: 0.7, dampingFraction: 0.8), value: innerProgress) .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) .padding(38)
.animation(.spring(response: 0.7, dampingFraction: 0.8), value: safeProgress) .animation(.spring(response: 0.7, dampingFraction: 0.8), value: safeProgress)
} }
.frame(width: 210, height: 210) .frame(width: 240, height: 240)
} }
} }