-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
Waiting on feedbackAdditional information is needed. Stale items with this label may be closed.Additional information is needed. Stale items with this label may be closed.bug
Description
Bug explanation
When setting BorderThickness and BorderBrush on a SnackBar, these settings aren't reflected on the template as the border doesn't have these properties template bound.
Suggested solution is to implement the following lines to the SnackBar Style, in the Border object:
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Version
5.2.1
Metadata
Metadata
Assignees
Labels
Waiting on feedbackAdditional information is needed. Stale items with this label may be closed.Additional information is needed. Stale items with this label may be closed.bug