How can I change color of the loading spinner and set dashboard light as startup page?
Hi,
Thank you for reaching out to us.
You can change the loader spinner color in src/components/Loader.vue by updating the bootstrap text color class.
Available color classes can be found in Bootstrap official docs:
https://getbootstrap.com/docs/5.2/customize/color/
To redirect the user to the light dashboard page on the initial load, change redirect property in file src/router/index.ts from redirect: "/dashboards/start",
to redirect: "/dashboards/light",
.
Regards,
Lauris Stepanovs,
Keenthemes Support Team