We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7e033 commit aeeafd6Copy full SHA for aeeafd6
1 file changed
app/src/main/java/org/lineageos/recorder/ui/WaveFormView.kt
@@ -77,7 +77,7 @@ class WaveFormView @JvmOverloads constructor(
77
)
78
79
wavesColor = MaterialColors.getColor(
80
- this, com.google.android.material.R.attr.colorAccent
+ this, com.google.android.material.R.attr.colorSecondary
81
82
83
paint = Paint()
0 commit comments