Skip to content

Commit fce467f

Browse files
authored
docs(Icons):change default icon type (#2122)
1 parent 0f610fe commit fce467f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-features/icons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ It is possible to configure the icon type for the whole application:
284284
1. Locate the [`<TelerikRootComponent>`]({%slug rootcomponent-overview%}) tag in the Blazor app. Normally, it's in a layout file such as `MainLayout.razor` or `TelerikLayout.razor`.
285285
2. Set the `TelerikRootComponent` `IconType` parameter to an `IconType` enum value - `Svg` or `Font`.
286286

287-
>tip The default icon type is `Font`. We plan to switch it to `Svg` in mid 2023 for better display.
287+
>tip The default icon type is `Svg`.
288288
289289
> The global `IconType` setting does not affect `<TelerikFontIcon>` and `<TelerikSvgIcon>` instances in the app. It will toggle the icon type of all other components, such as Button, Grid, etc.
290290

0 commit comments

Comments
 (0)