From a057945ca4774c5f4734262a68efac21b6f2b25c Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 22 Mar 2024 14:50:22 +0100 Subject: [PATCH] playground: simplify with theme --- playground/pages/avatar.vue | 46 +++++++-------------------------- playground/pages/badge.vue | 11 +++++--- playground/pages/button.vue | 40 ++++++++++++---------------- playground/pages/chip.vue | 6 ++--- playground/pages/form-field.vue | 5 ++-- playground/pages/input.vue | 8 +++--- 6 files changed, 45 insertions(+), 71 deletions(-) diff --git a/playground/pages/avatar.vue b/playground/pages/avatar.vue index 205bf8fd..51d5fff2 100644 --- a/playground/pages/avatar.vue +++ b/playground/pages/avatar.vue @@ -1,48 +1,22 @@ + + diff --git a/playground/pages/badge.vue b/playground/pages/badge.vue index 7e7fea0c..e1bda8bc 100644 --- a/playground/pages/badge.vue +++ b/playground/pages/badge.vue @@ -1,3 +1,9 @@ + + diff --git a/playground/pages/button.vue b/playground/pages/button.vue index 22b8eb31..b4885087 100644 --- a/playground/pages/button.vue +++ b/playground/pages/button.vue @@ -1,3 +1,9 @@ + + diff --git a/playground/pages/chip.vue b/playground/pages/chip.vue index 85c255d5..dfaf7069 100644 --- a/playground/pages/chip.vue +++ b/playground/pages/chip.vue @@ -1,8 +1,8 @@