👾Rtl Layout
const rtl_layout = 'true';
const rtl_layout = 'false';
Updated the Body Tag
In the Views/Shared/_Layout.cshtml
file, locate the <body>
tag. Update or add the data-pc-theme
attribute as shown below to apply the dark theme:
<body data-pc-direction="ltr">
Last updated