Change slider background bar color

Flag: NA
Bug: 322451723
Test: manually verified
Change-Id: I29921aeed39da86d315ef3ca3393adeb4c75e7b9
diff --git a/res/drawable/saturation_progress_drawable.xml b/res/drawable/saturation_progress_drawable.xml
index 1461abe..3fe0bdc 100644
--- a/res/drawable/saturation_progress_drawable.xml
+++ b/res/drawable/saturation_progress_drawable.xml
@@ -24,7 +24,7 @@
             <shape>
                 <size android:height="4dp" />
                 <corners android:radius="2dp" />
-                <solid android:color="@color/system_outline_variant" />
+                <solid android:color="@color/system_outline" />
             </shape>
         </inset>
     </item>