Use a color from the theme on topbar

This commit is contained in:
José Valim 2021-04-20 18:53:19 +02:00
parent 0a085447be
commit 9a9ad14c8b

View file

@ -39,7 +39,7 @@ const liveSocket = new LiveSocket("/live", Socket, {
});
// Show progress bar on live navigation and form submits
topbar.config({ barColors: { 0: "#29d" }, shadowColor: "rgba(0, 0, 0, .3)" });
topbar.config({ barColors: { 0: "#b2c1ff" }, shadowColor: "rgba(0, 0, 0, .3)" });
window.addEventListener("phx:page-loading-start", () => topbar.show());
window.addEventListener("phx:page-loading-stop", () => topbar.hide());