From a60762a3f9f133df856962f0fe150ec2730dee0a Mon Sep 17 00:00:00 2001 From: ellecio2 Date: Thu, 25 Sep 2025 14:28:53 -0400 Subject: [PATCH] no se que cambios --- src/components/DashboardLayout.tsx | 4 +- src/index.css | 86 +++++++++++++++--------------- vite.config.ts | 7 +-- 3 files changed, 46 insertions(+), 51 deletions(-) diff --git a/src/components/DashboardLayout.tsx b/src/components/DashboardLayout.tsx index 1ad68cb..9029618 100644 --- a/src/components/DashboardLayout.tsx +++ b/src/components/DashboardLayout.tsx @@ -167,7 +167,7 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => { : 'text-gray-700 hover:text-red-500 border-transparent rounded-r-full' } ${sidebarCollapsed ? 'justify-center px-2' : ''}`} style={{ - backgroundColor: isActive ? 'rgba(248, 69, 37, 0.1)' : 'transparent', + backgroundColor: isActive ? 'rgba(248, 69, 37, 1)' : 'transparent', borderLeftColor: isActive ? '#F84525' : 'transparent', color: isActive ? '#F84525' : '#433c3a' }} @@ -196,7 +196,7 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => { return (
-
+
({ server: { host: "::", port: 8080, - // Ya no necesitas 'https: true' directamente aquí, el plugin lo gestiona - // Si tienes certificados personalizados, usarías: - // https: { - // key: path.resolve(__dirname, './certs/localhost-key.pem'), - // cert: path.resolve(__dirname, './certs/localhost.pem'), - // }, + }, plugins: [ react(),