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 63b84c7 commit eb6dceeCopy full SHA for eb6dcee
src/BootstrapBlazor/Components/Toolbar/ToolbarItem.razor.cs
@@ -16,7 +16,7 @@ public partial class ToolbarItem
16
[Parameter]
17
public RenderFragment? ChildContent { get; set; }
18
19
- private string? ClassString => CssBuilder.Default("toolbar-item")
+ private string? ClassString => CssBuilder.Default("bb-toolbar-item")
20
.AddClassFromAttributes(AdditionalAttributes)
21
.Build();
22
}
0 commit comments