FluentButton - Bold Text #3075
-
Is there a property you can set to make the button text bold? Links |
Beta Was this translation helpful? Give feedback.
Answered by
coderdnewbie
Dec 20, 2024
Replies: 1 comment 1 reply
-
Set the style to font-weight: bold; for example:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AlexHedley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set the style to font-weight: bold; for example:
<FluentButton Appearance="Appearance.Accent" style="font-weight: bold;" @onclick=" IncrementCount">Click me</FluentButton>