chore(common): update primary styling in getting started

This commit is contained in:
Marin Bratanov 2019-04-22 10:40:22 +03:00
Родитель 8073e735b2
Коммит fe567e5eca
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -93,7 +93,7 @@ To get access to the UI for Blazor components, follow these steps:
@using Microsoft.AspNetCore.Components
@using Telerik.Blazor.Components.Button
<TelerikButton OnClick="@SayHelloHandler" Class="k-primary">Say Hello</TelerikButton>
<TelerikButton OnClick="@SayHelloHandler" Primary="true">Say Hello</TelerikButton>
<br />