Skip to content

Commit

Permalink
Removed setting textColor to primaryTextColor. Fix #2801 (#2802)
Browse files Browse the repository at this point in the history
* Removed setting textColor to primaryTextColor. Fix #2801

* Did same thing for light theme

* Undo unintended change
  • Loading branch information
ravi-kishan authored and grzesiek2010 committed Feb 6, 2019
1 parent 62791b1 commit 1ba18d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions collect_app/src/main/res/values/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
</style>

<style name="AppTheme.SettingsTheme.Dark" parent="BaseDarkAppTheme">
<item name="android:textColor">?primaryTextColor</item>
<item name="android:textDirection" tools:targetApi="17">locale</item>
<item name="android:textSize">18sp</item>
<item name="android:listDivider">@null</item>
Expand Down Expand Up @@ -73,7 +72,6 @@
</style>

<style name="AppTheme.SettingsTheme.Light" parent="BaseLightAppTheme">
<item name="android:textColor">?primaryTextColor</item>
<item name="android:textDirection" tools:targetApi="17">locale</item>
<item name="android:textSize">18sp</item>
<item name="android:listDivider">@null</item>
Expand Down

0 comments on commit 1ba18d4

Please sign in to comment.