Merge "Settings: use framework text colors for SwitchBar" am: b09a17bc9e

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1708559

Change-Id: I84406695c1822ccda20b74b35ea18a2d51487119
diff --git a/res/values-night/themes.xml b/res/values-night/themes.xml
index c5f67fe..2105550 100644
--- a/res/values-night/themes.xml
+++ b/res/values-night/themes.xml
@@ -31,10 +31,6 @@
 
     <style name="Theme.SubSettings" parent="Theme.SubSettings.Base"/>
 
-    <style name="ThemeOverlay.SwitchBar.Settings" parent="ThemeOverlay.SwitchBar.Settings.Base">
-        <item name="android:textColorPrimaryInverse">@android:color/black</item>
-    </style>
-
     <style name="Theme.AlertDialog.Base" parent="@style/Theme.AppCompat.DayNight.Dialog.Alert">
         <item name="colorAccent">@*android:color/accent_device_default_dark</item>
         <item name="android:colorBackground">@color/dialog_background</item>