Skip to content

Commit

Permalink
Fix for primary buttons not specifying fill property (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious authored Nov 7, 2024
1 parent 9a590db commit 6a72ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/NexusMods.App.UI/Controls/TopBar/TopBarView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<controls:StandardButton x:Name="LoginButton"
Text="{x:Static resources:Language.TopBarActions__LOG_IN}"
Type="Primary"
Fill="Strong"
ToolTip.Tip="{x:Static resources:Language.TopBarActions__LOG_IN_ToolTip}" />
</MenuItem.Header>
</MenuItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<controls:StandardButton x:Name="DoneButton"
HorizontalAlignment="Right"
Type="Primary"
Fill="Strong"
Text="Let's Go" />
</StackPanel>

Expand Down

0 comments on commit 6a72ee7

Please sign in to comment.