Skip to content

Commit

Permalink
Decibel meter in accentColor
Browse files Browse the repository at this point in the history
  • Loading branch information
siveryt committed May 26, 2024
1 parent 230d651 commit 2e2f506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toolbox/Functions/Decibel Meter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2e2f506

Please sign in to comment.