Skip to content

Commit

Permalink
Fixing accessibility for buttons in "Welcome to DevHome" page
Browse files Browse the repository at this point in the history
Authored-by: Felipe da Conceicao Guimaraes <[email protected]>
  • Loading branch information
guimafelipe authored Feb 28, 2024
1 parent 45b471c commit 131024d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Views/WhatsNewPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
DataContext="{x:Bind PageKey}"
Click="Button_ClickAsync"
HorizontalAlignment="Stretch"
AutomationProperties.Name="{x:Bind Button}"
VerticalAlignment="Bottom">
<Button.Content>
<StackPanel Orientation="Horizontal">
Expand Down

0 comments on commit 131024d

Please sign in to comment.