diff --git a/apps/showcase/layouts/AppConfigurator.vue b/apps/showcase/layouts/AppConfigurator.vue
index 0b7f67954..ecc65744f 100755
--- a/apps/showcase/layouts/AppConfigurator.vue
+++ b/apps/showcase/layouts/AppConfigurator.vue
@@ -31,7 +31,7 @@
Presets
-
+
Ripple
@@ -59,7 +59,12 @@ const presets = {
export default {
data() {
return {
- presets: Object.keys(presets),
+ presetOptions: [
+ { label: 'Aura', value: 'Aura' },
+ { label: 'Lara', value: 'Lara' },
+ { label: 'Nora', value: 'Nora' },
+ { label: 'MD', value: 'Material' }
+ ],
primaryColors: [
{ name: 'noir', palette: {} },
{ name: 'emerald', palette: { 50: '#ecfdf5', 100: '#d1fae5', 200: '#a7f3d0', 300: '#6ee7b7', 400: '#34d399', 500: '#10b981', 600: '#059669', 700: '#047857', 800: '#065f46', 900: '#064e3b', 950: '#022c22' } },