Skip to content

Conversation

@hugebug4ever
Copy link

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

Root Cause of the Issue

the code is outdated with doc

Description of Change

add the required code

Issues Fixed

The color of SfBottomSheet could not be modified by modifying theme resource

Fixes #

Tageting man branch

Screenshots

Before:

After:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant