Skip to content

Commit b5908aa

Browse files
committed
983366: updated the UG document for appbar
1 parent a0f6e7d commit b5908aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/appbar/style-and-appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ N> You can change the prominent AppBar height if larger titles, images, or texts
3131

3232
## CssClass
3333

34-
The `CssClass` property of the `SfAppBar` component assigns a custom CSS class to its root HTML element.
34+
The `CssClass` property of the `SfAppBar` component assigns a custom CSS class to its root HTML element. This provides a clean way to introduce your own styles or completely override existing ones.
3535
In the example below, the AppBar background and color are customized using the [CssClass](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.SfAppBar.html#Syncfusion_Blazor_Navigations_SfAppBar_CssClass) property.
3636

3737
```cshtml

0 commit comments

Comments
 (0)