Skip to content

Conversation

@hugebug4ever
Copy link

@hugebug4ever hugebug4ever commented Dec 3, 2025

Root Cause of the Issue

SfBottomSheet theme customization does not work following the doc: https://help.syncfusion.com/maui-toolkit/themes/keys

The root cause was missing SetDynamicResource calls for the Background and GrabberBackground properties in the ApplyThemeResources method.

Description of Change

Added SetDynamicResource call for BackgroundProperty with key "SfBottomSheetBackground."
Added SetDynamicResource call for GrabberBackgroundProperty with key "SfBottomSheetGrabberBackground."

SfBottomSheet theme customization does not work following the doc: https://help.syncfusion.com/maui-toolkit/themes/keys
Copilot AI review requested due to automatic review settings December 3, 2025 11:38
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug where SfBottomSheet theme customization was not working as documented. The root cause was missing SetDynamicResource calls for the Background and GrabberBackground properties in the ApplyThemeResources method.

Key Changes:

  • Added SetDynamicResource call for BackgroundProperty with key "SfBottomSheetBackground"
  • Added SetDynamicResource call for GrabberBackgroundProperty with key "SfBottomSheetGrabberBackground"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@PaulAndersonS PaulAndersonS added the bug Something isn't working label Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants