Skip to content

Commit fe567e5

Browse files
chore(common): update primary styling in getting started
1 parent 8073e73 commit fe567e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_contentTemplates/common/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To get access to the UI for Blazor components, follow these steps:
9393
@using Microsoft.AspNetCore.Components
9494
@using Telerik.Blazor.Components.Button
9595

96-
<TelerikButton OnClick="@SayHelloHandler" Class="k-primary">Say Hello</TelerikButton>
96+
<TelerikButton OnClick="@SayHelloHandler" Primary="true">Say Hello</TelerikButton>
9797

9898
<br />
9999

0 commit comments

Comments
 (0)