Skip to content

Commit

Permalink
Changed selected text color.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tgxcorporation committed Jan 4, 2018
1 parent 396399b commit b0d8ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/defaults.xml
Expand Up @@ -5,13 +5,13 @@
<!-- WHITE -->
<color name="MainColor_white">FF494949</color>
<color name="AlternateColor_white">a0494949</color>
<color name="SelectedColor_white">ff000000</color>
<color name="SelectedColor_white">ff3070bf</color>
<color name="DisabledColor_white">30494949</color>
<color name="MidColor_white">60494949</color>
<!-- BLACK -->
<color name="MainColor_black">FFc6c6c6</color>
<color name="AlternateColor_black">a0c6c6c6</color>
<color name="SelectedColor_black">ffffffff</color>
<color name="SelectedColor_black">ff59a4ff</color>
<color name="DisabledColor_black">30c6c6c6</color>
<color name="MidColor_black">60c6c6c6</color>
</colors>

0 comments on commit b0d8ff1

Please sign in to comment.