Browse Source

Fix Missing CaretBrush on DefaultTheme's TextBox

pull/4515/head
Jumar Macato 6 years ago
parent
commit
0706c82176
No known key found for this signature in database GPG Key ID: B19884DAC3A5BF3F
  1. 1
      src/Avalonia.Themes.Default/TextBox.xaml

1
src/Avalonia.Themes.Default/TextBox.xaml

@ -1,5 +1,6 @@
<Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style Selector="TextBox">
<Setter Property="CaretBrush" Value="{DynamicResource ThemeForegroundBrush}" />
<Setter Property="Background" Value="{DynamicResource ThemeBackgroundBrush}"/>
<Setter Property="BorderBrush" Value="{DynamicResource ThemeBorderMidBrush}"/>
<Setter Property="BorderThickness" Value="{DynamicResource ThemeBorderThickness}"/>

Loading…
Cancel
Save