Skip to content

Commit

Permalink
Stylize the renamer Action button as a Accent button (#9728)
Browse files Browse the repository at this point in the history
Closes #9719
  • Loading branch information
zadjii-msft authored Apr 6, 2021
1 parent e80e9b9 commit c3f968b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cascadia/TerminalApp/TerminalPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
x:Uid="WindowRenamer"
Title="{x:Bind WindowIdForDisplay}"
x:Load="False"
ActionButtonClick="_WindowRenamerActionClick">
ActionButtonClick="_WindowRenamerActionClick"
ActionButtonStyle="{ThemeResource AccentButtonStyle}">
<mux:TeachingTip.Content>
<TextBox x:Name="WindowRenamerTextBox"
KeyUp="_WindowRenamerKeyUp"
Expand Down

0 comments on commit c3f968b

Please sign in to comment.