diff --git a/maui/src/BottomSheet/SfBottomSheet.cs b/maui/src/BottomSheet/SfBottomSheet.cs index 8070e92..3172256 100644 --- a/maui/src/BottomSheet/SfBottomSheet.cs +++ b/maui/src/BottomSheet/SfBottomSheet.cs @@ -1549,6 +1549,8 @@ void InitializeContentBorder() void ApplyThemeResources() { SetDynamicResource(OverlayBackgroundColorProperty, "SfBottomSheetOverlayBackgroundColor"); + SetDynamicResource(BackgroundProperty, "SfBottomSheetBackground"); + SetDynamicResource(GrabberBackgroundProperty, "SfBottomSheetGrabberBackground"); } ///