소스 검색

Adjust ruler mark color for percentile chart

Deniz Cengiz 1 년 전
부모
커밋
02c278e464
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Trio/Sources/Modules/Stat/View/ViewElements/Glucose/GlucosePercentileChart.swift

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

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