-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
StaleIssues and PRs that have not had activity for a while are marked with this label.Issues and PRs that have not had activity for a while are marked with this label.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
StaleIssues and PRs that have not had activity for a while are marked with this label.Issues and PRs that have not had activity for a while are marked with this label.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