Skip to content

Commit

Permalink
Merge pull request #349 from AvaloniaCommunity/textBoxBorderBrushChan…
Browse files Browse the repository at this point in the history
…ging

Return MaterialTextBoxBorderBrush animation, bump Avalonia dependency…
  • Loading branch information
SKProCH committed Feb 25, 2024
2 parents 9d66801 + 6bf6f20 commit dcff995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<AvaloniaVersion>11.0.0</AvaloniaVersion>
<AvaloniaVersion>11.0.9</AvaloniaVersion>
<ShowMeTheXamlVersion>1.4.1</ShowMeTheXamlVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions Material.Styles/Themes/MaterialThemeBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ internal IResourceDictionary InternalResources {
{ "MaterialColumnHeaderBrush", theme => theme.ColumnHeader },
{ "MaterialCheckBoxOffBrush", theme => theme.CheckBoxOff },
{ "MaterialCheckBoxDisabledBrush", theme => theme.CheckBoxDisabled },
// Workaround for TextBlock text color does not changing: https://github.com/AvaloniaCommunity/Material.Avalonia/issues/262
// Comment should be removed when https://github.com/AvaloniaUI/Avalonia/issues/12408 fixed
// { "MaterialTextBoxBorderBrush", theme => theme.TextBoxBorder },
{ "MaterialTextBoxBorderBrush", theme => theme.TextBoxBorder },
{ "MaterialDividerBrush", theme => theme.Divider },
{ "MaterialSelectionBrush", theme => theme.Selection },
{ "MaterialToolForegroundBrush", theme => theme.ToolForeground },
Expand Down

0 comments on commit dcff995

Please sign in to comment.