diff --git a/res/layout/preference_volume_slider.xml b/res/layout/preference_volume_slider.xml
index 02f0f7007fe..50095f4f188 100644
--- a/res/layout/preference_volume_slider.xml
+++ b/res/layout/preference_volume_slider.xml
@@ -66,9 +66,6 @@
android:layout_gravity="center_vertical"
android:paddingStart="0dp"
android:paddingEnd="12dp"
- android:thumbTint="@color/seekbar_thumb_tint_color"
- android:progressTint="@color/seekbar_progress_tint_color"
- android:progressBackgroundTint="@color/seekbar_progress_background_tint_color"
android:layout_width="match_parent"
android:layout_height="48dp"/>
diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml
index 4d0f7abee5d..53d2e9bc13e 100644
--- a/res/values-night/colors.xml
+++ b/res/values-night/colors.xml
@@ -91,8 +91,7 @@
@color/settingslib_color_charcoal
@android:color/system_secondary_dark
-
- @android:color/system_accent1_100
- @android:color/system_accent1_100
+
+ @android:color/system_on_primary_container_dark
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 9c9a29c79f9..e9f1ee75b3a 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -270,9 +270,4 @@
@color/settingslib_color_grey100
@android:color/system_secondary_light
-
-
- @android:color/system_accent1_800
- @android:color/system_accent1_800
- @android:color/system_neutral2_50