Просмотр исходного кода

Adjust ruler mark color for percentile chart

Deniz Cengiz 1 год назад
Родитель
Сommit
02c278e464

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

@@ -87,7 +87,7 @@ struct GlucosePercentileChart: View {
 
                 if let selectedStats, let selection {
                     RuleMark(x: .value("Selection", selection))
-                        .foregroundStyle(.secondary.opacity(0.5))
+                        .foregroundStyle(Color.blue.opacity(0.5))
                         .annotation(
                             position: .top,
                             spacing: 0,