We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c008ff1 commit 270badaCopy full SHA for 270bada
2 files changed
resources/js/composables/progress-bar.js
@@ -1,6 +1,8 @@
1
import { ref, watch } from 'vue';
2
import progress from 'nprogress';
3
4
+progress.configure({ showSpinner: false });
5
+
6
const progressing = ref(false);
7
const progressNames = ref([]);
8
const timer = ref(null);
src/CP/Color.php
@@ -414,7 +414,7 @@ public static function defaults(bool $dark = false): array
414
'dark-content-bg' => self::Zinc[900],
415
'dark-content-border' => self::Zinc[950],
416
'global-header-bg' => self::Zinc[800],
417
- 'progress-bar' => self::Indigo[700],
+ 'progress-bar' => self::Volt,
418
'focus-outline' => self::Blue[400],
419
'ui-accent-bg' => self::Indigo[700],
420
'ui-accent-text' => 'var(--theme-color-ui-accent-bg)',
0 commit comments