diff Sources/InteractiveCharts/LineChart/Helpers/IndicatorPoint.swift @ 18:136de51a74f2

Change struct to public
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 28 Apr 2021 20:05:00 +0200
parents edf2bfcd8d97
children 24dfde3727c1
line wrap: on
line diff
--- a/Sources/InteractiveCharts/LineChart/Helpers/IndicatorPoint.swift	Wed Apr 28 19:54:52 2021 +0200
+++ b/Sources/InteractiveCharts/LineChart/Helpers/IndicatorPoint.swift	Wed Apr 28 20:05:00 2021 +0200
@@ -7,8 +7,8 @@
 
 import SwiftUI
 
-struct IndicatorPoint: View {
-    var body: some View {
+public struct IndicatorPoint: View {
+    public var body: some View {
         Circle()
             .frame(width: 20, height: 20)
             .foregroundColor(Color(.systemBlue))