I've tried using android:background="@color/colorWhite"/> but it changes the entire background of the switch not that small grey part.
<androidx.appcompat.widget.SwitchCompat
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_marginEnd="16dp"
android:layout_centerVertical="true"
android:background="@color/colorWhite"/>
android:backgroundTint
doesn't do anything either