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:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user