-
Notifications
You must be signed in to change notification settings - Fork 804
Closed
Labels
area-SplitButtonbugSomething isn't workingSomething isn't workingclosed-FixedDescribed behavior has been fixed.Described behavior has been fixed.fix-releasedThe fix has been in a release (experimental, preview, stable, or servicing).The fix has been in a release (experimental, preview, stable, or servicing).
Milestone
Description
Describe the bug
SplitButton is using an incorrect brush for the Pressed state compared to other button controls (like Button):

Steps to reproduce the bug
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Orientation="Horizontal">
<DropDownButton VerticalAlignment="Bottom" Content="DropDownButton" />
<SplitButton VerticalAlignment="Bottom" Content="SplitButton" />
<Button VerticalAlignment="Bottom" Content="Button" />
</StackPanel>NuGet package version
1.7.250310001
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-SplitButtonbugSomething isn't workingSomething isn't workingclosed-FixedDescribed behavior has been fixed.Described behavior has been fixed.fix-releasedThe fix has been in a release (experimental, preview, stable, or servicing).The fix has been in a release (experimental, preview, stable, or servicing).
