From ae9a010121406d2e2cbb838ae4faa22b07b685cd Mon Sep 17 00:00:00 2001 From: Tajim Date: Thu, 6 Aug 2026 15:55:33 +0600 Subject: [PATCH] Revert "fix: change loading bar color to white (#91)" This reverts commit bc9aba06aa3114a7beb5da73cb41c71f27669e4b. --- resources/js/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/app.ts b/resources/js/app.ts index 2e13a5c..3894fea 100644 --- a/resources/js/app.ts +++ b/resources/js/app.ts @@ -20,6 +20,6 @@ createInertiaApp({ } }, progress: { - color: '#ffffff', + color: '#4b3aef', }, });