Closed HenriqueMoroziniHupp closed 2 months ago
Team already fixed this problem in the Main App. This is the code that taken form the main app to fix this.
<button class="layout-topbar-action" type="button" @click="toggleDarkMode">
<i :class="['pi', { 'pi-moon': isDarkTheme, 'pi-sun': !isDarkTheme }]"></i>
</button>
I feel concern about the code quality, it's wired!!!
Fixed but better needs to be handled at PrimeVue button prop type, we'll do it in v4.0.6. This is not Sakai related.
Every time I access the Login page, "[Vue warn]: Invalid prop" appears in the console, the warning occurs on the toggle button dark mode within the
FloatingConfigurator.vue
component.Expects a string with the icon value, but is receiving an object
Error:
Currently:
My sugestion: