Closed aligungr closed 3 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".
PART_ContentPresenter
Thanks
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