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 (