Skip to content

Commit

Permalink
Update FFTView.swift (#79)
Browse files Browse the repository at this point in the history
Fix bar mask color not matching background color in FFTView. Mentioned in #78
  • Loading branch information
NickCulbertson authored Mar 8, 2024
1 parent 1a61e8a commit b1fe2aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/AudioKitUI/Visualizations/FFTView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ public struct FFTView: View {
AmplitudeBar(amplitude: amplitude,
linearGradient: linearGradient,
paddingFraction: paddingFraction,
includeCaps: includeCaps)
includeCaps: includeCaps,
backgroundColor: backgroundColor)
}
} else {
AmplitudeBar(amplitude: 0.0,
Expand Down

0 comments on commit b1fe2aa

Please sign in to comment.