amwx / FluentAvalonia

Control library focused on fluent design and bringing more WinUI controls into Avalonia
MIT License
1.05k stars 97 forks source link

Transparent ToggleButton styles will not work #577

Closed aligungr closed 3 months ago

aligungr commented 5 months ago

First of, thanks for this great library.

Transparent ToggleButton styles (such as hover and pressed colors etc.) does not work because of the following simple mistake:

https://github.com/amwx/FluentAvalonia/blob/2e46a934a593173ef300eb4c35e35a66b35d0366/src/FluentAvalonia/Styling/ControlThemes/BasicControls/ToggleButtonStyles.axaml#L152

I think the name should be PART_ContentPresenter instead of "Root".

Thanks