aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorzeapo <mohamed@zenadi.com>2014-10-19 18:55:52 +0200
committerzeapo <mohamed@zenadi.com>2014-10-19 18:55:52 +0200
commit01a1522194d4b6803d88e9ac1c50e5cddd70fa05 (patch)
tree2184be59f6bbfaf54083d5fefe771b193da7a0a5 /app/src/main/res/values/styles.xml
parent639031737f6cbfd2c9cf3bcede8d1c85e9ddac67 (diff)
Improved layout of clone and made it similar to the rest of the application
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r--app/src/main/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index f62f8701..08f50df7 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -5,7 +5,7 @@
<item name="colorPrimary">@color/blue_grey_500</item>
<item name="colorPrimaryDark">@color/blue_grey_500</item>
<item name="android:windowBackground">@color/blue_grey_100</item>
- <item name="android:textColorPrimary">@color/blue_grey_50</item>
+ <item name="android:textColorPrimary">@color/teal_900</item>
<item name="android:textColor">@color/blue_grey_900</item>
</style>
</resources>