Use on-surface color for detector overlay

Match the detector overlay to the theme color used by default
for text and icons.
This commit is contained in:
Markus Fisch
2026-06-01 23:34:40 +02:00
parent cd30a86c69
commit 45661b75ba
@@ -39,7 +39,7 @@ class DetectorView : View {
private val overlayColor = ColorUtils.setAlphaComponent(
MaterialColors.getColor(
context,
com.google.android.material.R.attr.colorSecondaryContainer,
com.google.android.material.R.attr.colorOnSurface,
Color.WHITE
),
0x99