Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2026-01-27 12:23:51 -06:00
parent d55271e921
commit b104bc3212
8 changed files with 28 additions and 28 deletions

View File

@ -18,7 +18,7 @@ struct ProgressRing: View {
private var color: Color { private var color: Color {
if progress >= 1.0 { return AppStatus.success } if progress >= 1.0 { return AppStatus.success }
if progress >= 0.5 { return AppAccent.primary } if progress >= 0.5 { return AppAccent.primary }
return AppTextColors.tertiary return AppStatus.warning
} }
var body: some View { var body: some View {

View File

@ -5,9 +5,9 @@
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"alpha" : "1.0", "alpha" : "1.0",
"blue" : "0.37", "blue" : "0.32",
"green" : "0.48", "green" : "0.45",
"red" : "0.88" "red" : "0.85"
} }
}, },
"idiom" : "universal" "idiom" : "universal"

View File

@ -5,9 +5,9 @@
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"alpha" : "1.0", "alpha" : "1.0",
"blue" : "0.25", "blue" : "0.22",
"green" : "0.38", "green" : "0.35",
"red" : "0.75" "red" : "0.70"
} }
}, },
"idiom" : "universal" "idiom" : "universal"

View File

@ -5,9 +5,9 @@
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"alpha" : "1.0", "alpha" : "1.0",
"blue" : "0.55", "blue" : "0.45",
"green" : "0.70", "green" : "0.60",
"red" : "0.98" "red" : "0.95"
} }
}, },
"idiom" : "universal" "idiom" : "universal"

View File

@ -5,9 +5,9 @@
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"alpha" : "1.0", "alpha" : "1.0",
"blue" : "0.82", "blue" : "0.80",
"green" : "0.87", "green" : "0.85",
"red" : "0.90" "red" : "0.89"
} }
}, },
"idiom" : "universal" "idiom" : "universal"

View File

@ -5,9 +5,9 @@
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"alpha" : "1.0", "alpha" : "1.0",
"blue" : "1.0", "blue" : "0.96",
"green" : "1.0", "green" : "0.98",
"red" : "1.0" "red" : "0.99"
} }
}, },
"idiom" : "universal" "idiom" : "universal"

View File

@ -5,9 +5,9 @@
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"alpha" : "1.0", "alpha" : "1.0",
"blue" : "0.78", "blue" : "0.75",
"green" : "0.83", "green" : "0.80",
"red" : "0.87" "red" : "0.85"
} }
}, },
"idiom" : "universal" "idiom" : "universal"
@ -23,9 +23,9 @@
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"alpha" : "1.0", "alpha" : "1.0",
"blue" : "0.18", "blue" : "0.15",
"green" : "0.20", "green" : "0.18",
"red" : "0.23" "red" : "0.22"
} }
}, },
"idiom" : "universal" "idiom" : "universal"

View File

@ -5,9 +5,9 @@
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"alpha" : "1.0", "alpha" : "1.0",
"blue" : "0.45", "blue" : "0.48",
"green" : "0.50", "green" : "0.52",
"red" : "0.55" "red" : "0.58"
} }
}, },
"idiom" : "universal" "idiom" : "universal"
@ -23,9 +23,9 @@
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"alpha" : "1.0", "alpha" : "1.0",
"blue" : "0.55", "blue" : "0.50",
"green" : "0.58", "green" : "0.55",
"red" : "0.62" "red" : "0.60"
} }
}, },
"idiom" : "universal" "idiom" : "universal"