From 312a177ba8053ae3d24e3660706c3764910358c2 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sat, 9 Mar 2024 20:29:24 +0100 Subject: [PATCH] playground: update --- playground/app.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/playground/app.config.ts b/playground/app.config.ts index e60a3d22..38d601e3 100644 --- a/playground/app.config.ts +++ b/playground/app.config.ts @@ -1,10 +1,6 @@ export default defineAppConfig({ ui: { primary: 'sky', - button: { - slots: { - base: 'font-semibold' - } - } + gray: 'cool' } }) \ No newline at end of file