Skip to content

Commit c74a9d1

Browse files
authored
Update knowledge-base/change-theme-runtime.md
1 parent 535c76a commit c74a9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/change-theme-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following algorithm follows the commonly used approach to replace a CSS file
7777
document.getElementsByTagName("head")[0].appendChild(newLink);
7878
}
7979
````
80-
1. Set the `k-body` CSS class to the root HTML element of your app, which is normally the `<body>`. This class applies the correct text color and background color styles to generic web content and is especially important when using dark theme swatches.
80+
1. Set the `k-body` CSS class to the root HTML element of your app, which is normally the `<body>`. This class applies default text color and background color to generic web content and is especially important when using dark theme swatches.
8181
1. Implement UI that triggers the JavaScript theme change. After the new CSS theme is loaded, refresh all Telerik components that use SVG or Canvas rendering, such as Barcodes, Charts, Gauges, and QR Codes.
8282

8383
> Make sure [the version number in the theme URL is compatible with the version of Telerik UI for Blazor](slug:themes-overview#compatibility-and-maintenance).

0 commit comments

Comments
 (0)