-
Hi, I was trying to use a different theme for Bootstrap, for example using this:
in index.html. This theme is quite a bit different - for my illustrative purposes. In a normal Blazor app this works (once you've removed a few of the styles in app.css). However, in my project that uses Blazorise, I'm not seeing the new color appear. For example, looking at the default Counter page from the Blazor template. I was wondering if this is as expected. Is this why Blazorise contains the ThemeProvider? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I tried the theme you used. You probably need to clear the cache by pressing Ctrl+F5. Also, ThemeProvider is used mainly to quickly change theme colors without changing too many other options. So if you don't need it just remove it disable it. |
Beta Was this translation helpful? Give feedback.
I tried the theme you used.
You probably need to clear the cache by pressing Ctrl+F5.
Also, ThemeProvider is used mainly to quickly change theme colors without changing too many other options. So if you don't need it just remove it disable it.