From 57a49877ae23723809a5a0155c348a1ef5a5174a Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 2 Jul 2024 10:30:14 +0200 Subject: [PATCH] playground: update --- playground/app/app.config.ts | 2 +- playground/app/pages/context-menu.vue | 3 ++- playground/app/pages/dropdown-menu.vue | 18 ++++++++---------- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/playground/app/app.config.ts b/playground/app/app.config.ts index 229a6934..7d70ca73 100644 --- a/playground/app/app.config.ts +++ b/playground/app/app.config.ts @@ -6,7 +6,7 @@ export default defineAppConfig({ }, ui: { colors: { - primary: 'red', + primary: 'sky', gray: 'cool' } } diff --git a/playground/app/pages/context-menu.vue b/playground/app/pages/context-menu.vue index 1e9be18f..8bac964e 100644 --- a/playground/app/pages/context-menu.vue +++ b/playground/app/pages/context-menu.vue @@ -82,8 +82,9 @@ defineShortcuts(extractShortcuts(items))