Przeglądaj źródła

Align colors within the same band

Mike Plante 4 dni temu
rodzic
commit
1784697298

+ 1 - 1
Trio/Sources/Modules/Stat/View/ViewElements/Glucose/GlucoseSectorChart.swift

@@ -111,7 +111,7 @@ struct GlucoseSectorChart: View {
                             Text("> \(Decimal(220).formatted(for: units))").font(.subheadline)
                                 .foregroundStyle(Color.secondary)
                             Text(formatPercentage(moderatelyHighPercentage, tight: true))
-                                .foregroundStyle(Color.dynamicIndigo)
+                                .foregroundStyle(Color.dynamicBlue)
                         }
 
                         VStack(alignment: .leading, spacing: 5) {