Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MaterialDesignTheme.Button.xaml #874

Merged
merged 1 commit into from
Aug 12, 2018

Conversation

equimal
Copy link
Contributor

@equimal equimal commented Jan 8, 2018

Styling ButtonBase instead of Button only

Changes:
TargetType="{x:Type Button}" -> TargetType="{x:Type ButtonBase}"
Property="IsDefaulted" -> Property="Button.IsDefaulted"

Working correctly for all buttons(based on ButtonBase)
IsDefaulted working for Button only

Styling ButtonBase instead of Button only

Changes:
TargetType="{x:Type Button}" -> TargetType="{x:Type ButtonBase}"
Property="IsDefaulted" -> Property="Button.IsDefaulted"

Working correctly for all buttons(based on ButtonBase)
IsDefaulted working for Button only
@Keboo Keboo added this to the 2.5.0 milestone Jul 23, 2018
Copy link
Member

@Keboo Keboo left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

@Keboo Keboo merged commit 6ab26a0 into MaterialDesignInXAML:master Aug 12, 2018
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.

2 participants