app/src/main/res/values-night-v31/styles.xml
<resources>
<!-- Having themes.xml for night-v31 because of the priority order of the resource qualifiers. -->
<style name="Theme.AppWidget.AppWidgetContainerParent" parent="Theme.Material3.DynamicColors.DayNight">
<item name="appWidgetRadius">@android:dimen/system_app_widget_background_radius</item>
<item name="appWidgetInnerRadius">@android:dimen/system_app_widget_inner_radius</item>
</style>
</resources>