Skip to content

Commit

Permalink
Fixed carret not visible in TextBoxes (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Nov 17, 2024
1 parent 6ec1d41 commit bec24e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions InternetTest/InternetTest/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1703,6 +1703,9 @@
</Setter.Value>
</Setter>
</Style>
<Style TargetType="TextBox">
<Setter Property="CaretBrush" Value="{DynamicResource Foreground1}" />
</Style>
</ResourceDictionary>
</Application.Resources>
</Application>

0 comments on commit bec24e3

Please sign in to comment.