From 9e87edbf9c55a15ea2447b03d64ade13edf2e24e Mon Sep 17 00:00:00 2001 From: Zack Siri Date: Wed, 21 Feb 2024 15:41:40 +0700 Subject: [PATCH] Update topbar color --- 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 d5e278a..0e9d4b0 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -29,7 +29,7 @@ let 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: "#6366f1" }, shadowColor: "rgba(0, 0, 0, .3)" }) window.addEventListener("phx:page-loading-start", _info => topbar.show(300)) window.addEventListener("phx:page-loading-stop", _info => topbar.hide())