From 450e24b978a64c419c9eb99755ed6380a5ba2781 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Fri, 14 Aug 2026 04:58:51 +0700 Subject: [PATCH] fix: update progress bar color to enhance visibility --- resources/js/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/app.tsx b/resources/js/app.tsx index 2ae9f15..019d18f 100644 --- a/resources/js/app.tsx +++ b/resources/js/app.tsx @@ -50,7 +50,7 @@ createInertiaApp({ ); }, progress: { - color: '#4B5563', + color: '#d97706', }, });