Fix build breakage from eaac74a3 - DO NOT MERGE

Change-Id: I317b95dddb835b9dbf2659e52bb5070eca67148d
(cherry picked from commit 46f19f8dd0b43e82156916f3afd70ecc3045c2e1)
diff --git a/res/values/styles.xml b/res/values/styles.xml
index ca4e0cc..3a5345b 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -248,7 +248,7 @@
 
     <style name="undo_toast" parent="body">
         <item name="android:textAllCaps">true</item>
-        <item name="android:textColor">@color/hot_pink</item>
+        <item name="android:textColor">@color/color_accent</item>
     </style>
 
     <style name="body_not_caps" parent="body">