When Material 3 is enabled via <UseMaterial3>true</UseMaterial3>, the "More" overflow BottomSheetDialog on Android (shown when Shell or TabbedPage has more than 5 bottom tabs) still uses hard-coded Material colors — black text, 60% black icon tint, and white row background — instead of M3 theme-aware colors.
Actual Behaviour:
Expected behaviour:
The BottomSheetDialog should render with M3 styling.
When Material 3 is enabled via
<UseMaterial3>true</UseMaterial3>, the "More" overflow BottomSheetDialog on Android (shown when Shell or TabbedPage has more than 5 bottom tabs) still uses hard-coded Material colors — black text, 60% black icon tint, and white row background — instead of M3 theme-aware colors.Actual Behaviour:
Expected behaviour:
The BottomSheetDialog should render with M3 styling.