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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user