diff --git a/nuxt4-app/app/components/metabase/MetabaseCardsTable.vue b/nuxt4-app/app/components/metabase/MetabaseCardsTable.vue index 739ea9e..41ddfdc 100644 --- a/nuxt4-app/app/components/metabase/MetabaseCardsTable.vue +++ b/nuxt4-app/app/components/metabase/MetabaseCardsTable.vue @@ -7,6 +7,13 @@ placeholder="Buscar por nombre o ID..." icon="i-heroicons-magnifying-glass" class="flex-1" + :ui="{ + base: 'bg-[var(--brand-bg)] text-[var(--brand-text)] border border-[var(--brand-border)] focus:ring-2 focus:ring-[#c08040] focus:border-[#c08040]', + placeholder: 'placeholder-[var(--brand-text-muted)]', + icon: { + base: 'text-[var(--brand-text-muted)]' + } + }" /> - +