diff --git a/res/layout/bluetooth_pin_confirm.xml b/res/layout/bluetooth_pin_confirm.xml
index 1e5eb0b8731..33140d9ee67 100644
--- a/res/layout/bluetooth_pin_confirm.xml
+++ b/res/layout/bluetooth_pin_confirm.xml
@@ -41,7 +41,7 @@
android:text="@string/bluetooth_pairing_key_msg"
android:visibility="gone"
android:textAppearance="@android:style/TextAppearance.Material.Body1"
- android:textColor="@*android:color/secondary_text_material_light" />
+ android:textColor="@color/bluetooth_dialog_text_color" />
+ android:textColor="@color/bluetooth_dialog_text_color" />
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 2b6a73049cc..9f3dd5b41d6 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -21,7 +21,7 @@
#FFCED7DB
-
+ #8a000000
#ff9a9a9a
#ff666666