fix: update progress bar color to enhance visibility

This commit is contained in:
Yoga Pangestu 2026-08-14 04:58:51 +07:00
parent b4e4f2119a
commit 450e24b978

View File

@ -50,7 +50,7 @@ createInertiaApp({
);
},
progress: {
color: '#4B5563',
color: '#d97706',
},
});