Remove beta tag for theme icon toggle

Test: Manual
Bug: 391607852
Flag: com.android.launcher3.force_monochrome_app_icons
Change-Id: I7b7344272cb2ee87e0ef25be947f2f151e95f030
diff --git a/res/layout/themed_icon_section_view.xml b/res/layout/themed_icon_section_view.xml
index e58517d..b6e745b 100644
--- a/res/layout/themed_icon_section_view.xml
+++ b/res/layout/themed_icon_section_view.xml
@@ -49,20 +49,5 @@
             android:minHeight="0dp"
             style="@style/Switch.SettingsLib"/>
 
-
     </LinearLayout>
-
-    <Space
-        android:layout_width="0dp"
-        android:layout_height="8dp" />
-
-    <TextView
-        android:id="@+id/beta_tag"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:paddingHorizontal="8dp"
-        android:paddingVertical="4dp"
-        android:text="@string/beta_title"
-        android:textColor="@color/text_color_on_accent"
-        style="@style/BetaTagTextStyle" />
 </com.android.customization.picker.themedicon.ThemedIconSectionView>