fix: fixed default colors in the network chart (#1341)

This commit is contained in:
Serhiy Mytrovtsiy
2023-03-05 14:23:13 +01:00
parent 33164bf22f
commit b996853471

View File

@@ -16,8 +16,8 @@ public class NetworkChart: WidgetWrapper {
private var frameState: Bool = false
private var labelState: Bool = false
private var historyCount: Int = 60
private var downloadColor: Color = .secondRed
private var uploadColor: Color = .secondBlue
private var downloadColor: Color = .secondBlue
private var uploadColor: Color = .secondRed
private var scaleState: Scale = .linear
private var commonScaleState: Bool = true