From 56835d9b5d9ae8b4b8454bdd702a472f476b8e2d Mon Sep 17 00:00:00 2001 From: josedario87 Date: Tue, 14 Oct 2025 02:09:20 -0600 Subject: [PATCH] fix: corregir colores de UAlert y UBadge en metabase-debug - Cambiar 'red' a 'error' - Cambiar 'blue' a 'info' - Cambiar 'yellow' a 'warning' - Cambiar 'text-blue-600' a 'text-primary' --- nuxt4-app/app/pages/metabase-debug.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nuxt4-app/app/pages/metabase-debug.vue b/nuxt4-app/app/pages/metabase-debug.vue index ac274d6..810497a 100644 --- a/nuxt4-app/app/pages/metabase-debug.vue +++ b/nuxt4-app/app/pages/metabase-debug.vue @@ -32,7 +32,7 @@
-
{{ nativeQueries }}
+
{{ nativeQueries }}
SQL Nativo
@@ -55,10 +55,10 @@ @@ -88,7 +88,7 @@