diff --git a/color-check-baseline.xml b/color-check-baseline.xml
index 800d95b8632..0c61a476b93 100644
--- a/color-check-baseline.xml
+++ b/color-check-baseline.xml
@@ -4205,4 +4205,20 @@
column="5"/>
+
+
+
+
diff --git a/res/layout/preference_battery_error.xml b/res/layout/preference_battery_error.xml
index 66ff96a71f2..4efd13af012 100644
--- a/res/layout/preference_battery_error.xml
+++ b/res/layout/preference_battery_error.xml
@@ -1,20 +1,20 @@
-
+
+ android:padding="20dp"
+ android:background="@color/battery_info_error_color_red">
@@ -53,7 +55,7 @@
android:layout_gravity="end"
android:text="@string/battery_missing_link_message"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?android:attr/colorError" />
+ android:textColor="@*android:color/material_red_A700" />
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 0aa309f92a3..be324125a4f 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -198,4 +198,6 @@
#F50D60
#00BCD4
#546E7A
+
+ #fce8e6
\ No newline at end of file