Wrong expected themes when running in linux

0
0

Dear all,

When i run app in linux, i got default themes (which i dont want and not the same as the themes when i run in debug mode in VS – Windows and Azure – Windows).

I will put 2 images below, i have followed instruction to deploy in linux. (i am running app on .NET 6)

Please help me to fix this.

Thanks all alot.

 

  • You must to post comments
1
0

Hi,

Adding to my colleague’s answer , you probably have the “Bootstrap-4” theme set in your Web.config or Default.json file.

Add the line “theme” : “Blue-3” to your Default.json file and see if that makes a difference?

Best,
Alaa

  • Good Name
    oh, thank you, i tried and knew the answer for my problem, We have to decleare the theme both in Default.json and Web.config for selected theme set.
  • You must to post comments
0
0

Hi

Could You please attach a runnble sample to check it ? (remember delete dirs \obj and \bin )

Regards

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.