StitchImage: use accent for buttons
Change-Id: I31b988c0f91a6f432c5ce212964dda10757c9885
Signed-off-by: DennySPb <dennyspb@gmail.com>
Signed-off-by: Ayan Mukherjee <mukherjeeayan725@gmail.com>
diff --git a/res/res/values-night/customx_colors.xml b/res/res/values-night/customx_colors.xml
index d1e551b..dd8b085 100644
--- a/res/res/values-night/customx_colors.xml
+++ b/res/res/values-night/customx_colors.xml
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <color name="ctrl_btn_fg_color">@*android:color/primary_text_default_material_dark</color>
<color name="ctrl_btn_text_color">@*android:color/secondary_text_default_material_dark</color>
</resources>
\ No newline at end of file
diff --git a/res/res/values/customx_colors.xml b/res/res/values/customx_colors.xml
index 115ccae..e970106 100644
--- a/res/res/values/customx_colors.xml
+++ b/res/res/values/customx_colors.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <color name="ctrl_btn_fg_color">@*android:color/primary_text_default_material_light</color>
+ <color name="ctrl_btn_fg_color">@*android:color/accent_device_default</color>
<color name="ctrl_btn_text_color">@*android:color/secondary_text_default_material_light</color>
</resources>
\ No newline at end of file