You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
80
+
1. [Set the `k-body` CSS class to the `<body>` element in your app](slug:themes-overview#using-a-theme).
81
81
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.
82
82
83
83
> 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