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">