Skip to content

Commit

Permalink
Merge pull request #2128 from MistaOmega/#2123-Tooltip-mismatch
Browse files Browse the repository at this point in the history
Corrected tooltip foreground
  • Loading branch information
Al12rs authored Oct 9, 2024
2 parents 644833b + df73f53 commit bb4ef0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NexusMods.App.UI/LeftMenu/Items/ApplyControlView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
Height="44"
x:Name="ApplyButton">
<ToolTip.Tip>
<TextBlock Text="{x:Static resources:Language.ApplyControlView_Apply_ToolTip}" />
<TextBlock Text="{x:Static resources:Language.ApplyControlView_Apply_ToolTip}" Foreground="{StaticResource NeutralStrong}" />
</ToolTip.Tip>
<StackPanel Orientation="Horizontal"
HorizontalAlignment="Center"
Expand Down

0 comments on commit bb4ef0b

Please sign in to comment.