How to make accent color button? #567
Answered
by
robloo
DmitryBorodiy
asked this question in
Q&A
-
|
How I can make button accent in FluentAvalonia? Something like in UWP AccentButtonStyle. |
Beta Was this translation helpful? Give feedback.
Answered by
robloo
May 11, 2024
Replies: 1 comment 1 reply
-
|
FluentAvalonia has this style already built in. Just set Avalonia's styling system is quite different in some areas and this more closely follows the CSS way of doing things. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DmitryBorodiy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FluentAvalonia has this style already built in. Just set
Classes="accent"on anyButton.FluentAvalonia/src/FluentAvalonia/Styling/ControlThemes/BasicControls/ButtonStyles.axaml
Lines 82 to 107 in d9a80ed