diff --git a/Toolbox/Functions/Decibel Meter.swift b/Toolbox/Functions/Decibel Meter.swift index 4b5a5e0..2c1b7df 100644 --- a/Toolbox/Functions/Decibel Meter.swift +++ b/Toolbox/Functions/Decibel Meter.swift @@ -27,7 +27,7 @@ struct DecibelMeter: View { .padding() // Adds default padding ProgressView(value: level, total: 1.0) - .progressViewStyle(LinearProgressViewStyle(tint: .blue)) + .progressViewStyle(LinearProgressViewStyle(tint: .accentColor)) .scaleEffect(x: 1, y: 4, anchor: .center) .padding() Spacer()