Start vue pro theme
How can I change color of the loading spinner and set dashboard light as startup page?
Replies (1)
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:
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