From be420bdc445e1c5386ef446cdadaf6d0d63c4fcc Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Fri, 14 Jan 2022 11:05:41 -0500 Subject: [PATCH] Match topbar with theme --- assets/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/app.js b/assets/js/app.js index 08093cd..a7a820a 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -187,7 +187,7 @@ let routeUpdated = () => { } // Show progress bar on live navigation and form submits -topbar.config({barColors: {0: "#29d"}, shadowColor: "rgba(0, 0, 0, .3)"}) +topbar.config({barColors: {0: "rgba(147, 51, 234, 1)"}, shadowColor: "rgba(0, 0, 0, .3)"}) window.addEventListener("phx:page-loading-start", info => topbar.show()) window.addEventListener("phx:page-loading-stop", info => topbar.hide())