Skip to content

[SplitButton] Incorrect BorderBrush in Pressed state #10470

@niels9001

Description

@niels9001

Describe the bug

SplitButton is using an incorrect brush for the Pressed state compared to other button controls (like Button):
Image

Windows UI Kit (Figma):
Image

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

Metadata

Metadata

Assignees

Labels

area-SplitButtonbugSomething isn't workingclosed-FixedDescribed behavior has been fixed.fix-releasedThe fix has been in a release (experimental, preview, stable, or servicing).

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions