- ABP Framework version: v8.0.0
- UI Type: Blazor Server
- Tiered (for MVC) or Auth Server Separated (for Angular): yes " Blazor Server"
Hey There,
I downloaded LeptonX source code , customized the light theme using theme generator , replaced the customized theme CSS bundle files and after starting demo Blazor project and seeing it , the result was ok and the changes were applied.
then i packed the "Volo.Abp.AspNetCore.Components.Web.LeptonXTheme" project and "Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" in the source code , to nugget packages , i removed the exact "Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" & "Volo.Abp.AspNetCore.Components.Web.LeptonXTheme" packages from my "MyProject.Blazor" application , and installed the customized one , **but ** after building the project , the styles and color variables weren't applied.
i even tried using the theme source code as a project reference , but had not success.
it would be a relief if some one can walk me through the process of replacing the customized theme with the default one. I'm trying for days now.
and a suggestion would be an official step by step documentation for changing the theme ,at least for Blazor.
Thank you for your time