Skip to content
Snippets Groups Projects
Commit 6c3388db authored by Alexander Lussier-Cullen's avatar Alexander Lussier-Cullen
Browse files

styles: fix call checkbox color

remove unneeded colorOnPrimary definition from AppThemeBase.Dark

this theme is used in three contexts:
* AppTheme.Call.Base, where colorOnPrimary was causing the checkbox to
  render as a white block. It has no other effect.
* AppTheme.MediaViewer, where the change influences nothing.
* MenuHeader, which appears to be completely unused.

I would have preferred to specify the color in the AppTheme.Call.Base,
but overwriting the value with transparency doesn't appear to work.

GitLab: #1493
Change-Id: Ib3e6ee1b38d08c70210222ce24f6e4b46972719d
parent 578b2aef
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,6 @@
<item name="colorPrimary">@color/white</item>
<item name="colorSecondary">@color/color_primary_light</item>
<item name="colorError">@color/colorError</item>
<item name="colorOnPrimary">@color/white</item>
<item name="colorOnSecondary">@color/white</item>
<item name="colorPrimaryContainer">@color/colorPrimary</item>
<item name="colorOnPrimaryContainer">@color/background</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment