From 07484f88155d9484aee89aa405a5ed13381138d1 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Sat, 31 May 2025 02:33:14 -0600 Subject: [PATCH] =?UTF-8?q?typo=20peque=C3=B1o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index cbecb93..406c89b 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -68,7 +68,7 @@ const transitionDurationStyle = computed(() => { // The global style.css will handle base background and text color via body styling // but we can keep specific overrides here if needed or theme classes. // ui.theme === 'dark' ? 'bg-gray-800 text-gray-100' : 'bg-gray-100 text-gray-900' - ]" :style="transitionDurationStyle"> {/* Apply style here */} + ]" :style="transitionDurationStyle">