We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4a65d commit 1f78243Copy full SHA for 1f78243
CodeBeam.MudBlazor.Extensions/Components/Stepper/MudStepper.razor
@@ -51,7 +51,7 @@
51
}
52
@if (HeaderTextView == HeaderTextView.All || HeaderTextView == HeaderTextView.OnlyActiveText)
53
{
54
- <MudText Class="mt-n1">
+ <MudText Align="Align.Center" Class="mt-n1">
55
@if (step.MudStepper.GetActiveIndex() == @step.MudStepper.Steps.IndexOf(@step))
56
57
<MudText Color="@(step.Status != StepStatus.Continued ? Color : Color.Inherit)"><b>@step.Title</b></MudText>
0 commit comments