@@ -50,9 +50,7 @@ function App() {
className={`w-full flex items-center gap-3 px-3 py-2.5 rounded-lg transition-all duration-200 ${
page === item.id
? 'bg-indigo-600 text-white shadow-lg shadow-indigo-500/30'
- : theme === 'dark'
- ? 'text-slate-400 hover:bg-slate-800 hover:text-white'
- : 'text-slate-400 hover:bg-slate-700 hover:text-white'
+ : 'text-slate-400 hover:bg-slate-800 hover:text-white'
}`}
>
@@ -61,8 +59,8 @@ function App() {
))}
-
-