Jun 28, 2022, 5:43 PM
[CLOSED] Changing Theme on v7 from Spotless
We are trying to change the theme in the Startup.cs file
from
How can we use a different theme in v7?
from
app.UseExtNet(config =>
{
config.Theme = ThemeKind.Spotless;
});
to app.UseExtNet(config =>
{
config.Theme = ThemeKind.Crisp;
});
The option is available but we get an error on compiling the project. How can we use a different theme in v7?
Last edited by fabricio.murta; Jun 29, 2022 at 7:45 PM.