typo pequeño

This commit is contained in:
2025-05-31 02:33:14 -06:00
parent cd2f62c89d
commit 07484f8815

View File

@@ -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">
<!-- NavBar fija -->
<NavBar />