Reduce stat values 30% — 30pt → 21pt light
Applies to both compactStat (NAS/iPhone/Pending/Safe) and storageStat (USED/FREE/JUNK). Co-Authored-By: Kutesir <kutesir@provoc.ug> Co-Authored-By: Sentry <sentry@provoc.ug>
This commit is contained in:
@@ -378,7 +378,7 @@ struct BackupView: View {
|
|||||||
private func compactStat(_ value: String, label: String, color: Color) -> some View {
|
private func compactStat(_ value: String, label: String, color: Color) -> some View {
|
||||||
VStack(spacing: 4) {
|
VStack(spacing: 4) {
|
||||||
Text(value)
|
Text(value)
|
||||||
.font(.system(size: 30, weight: .light))
|
.font(.system(size: 21, weight: .light))
|
||||||
.foregroundStyle(color)
|
.foregroundStyle(color)
|
||||||
.monospacedDigit()
|
.monospacedDigit()
|
||||||
Text(label)
|
Text(label)
|
||||||
@@ -989,7 +989,7 @@ struct BackupView: View {
|
|||||||
private func storageStat(_ value: String, label: String, color: Color) -> some View {
|
private func storageStat(_ value: String, label: String, color: Color) -> some View {
|
||||||
VStack(spacing: 4) {
|
VStack(spacing: 4) {
|
||||||
Text(value)
|
Text(value)
|
||||||
.font(.system(size: 30, weight: .light))
|
.font(.system(size: 21, weight: .light))
|
||||||
.foregroundStyle(color)
|
.foregroundStyle(color)
|
||||||
.monospacedDigit()
|
.monospacedDigit()
|
||||||
Text(label)
|
Text(label)
|
||||||
|
|||||||
Reference in New Issue
Block a user