From 3541f7af2570433727e45eb5f8d4deb2c6b599ac Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sun, 31 Mar 2024 02:16:33 +0300 Subject: [PATCH] Set default as noir --- layouts/AppConfigurator.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/AppConfigurator.vue b/layouts/AppConfigurator.vue index 645908cbf..2a0d17068 100755 --- a/layouts/AppConfigurator.vue +++ b/layouts/AppConfigurator.vue @@ -44,7 +44,7 @@ import { updatePreset, updateSurface } from 'primevue/themes'; export default { data() { return { - selectedPrimaryColor: 'emerald', + selectedPrimaryColor: 'noir', selectedSurfaceColor: null, primaryColors: [ { name: 'noir', palette: { 50: '#fafafa', 100: '#f4f4f5', 200: '#e4e4e7', 300: '#d4d4d8', 400: '#a1a1aa', 500: '#71717a', 600: '#52525b', 700: '#3f3f46', 800: '#27272a', 900: '#18181b', 950: '#09090b' } },