style: remove light blue bg, bold text, keep dark icon block

This commit is contained in:
Agent Zero
2026-07-28 13:35:23 +02:00
parent 24d6da6e89
commit 2796bebb12
+2 -2
View File
@@ -395,7 +395,7 @@ export function ContactsListPage() {
<div className="p-0.5">
<button
onClick={() => setViewsOpen(!viewsOpen)}
className="w-full flex items-center justify-between px-3 py-2.5 rounded-md text-sm font-medium text-primary-700 bg-primary-50 hover:bg-primary-100 transition-colors"
className="w-full flex items-center justify-between px-3 py-2.5 rounded-md text-sm font-bold text-secondary-700 hover:bg-secondary-100 transition-colors"
>
<span className="flex items-center gap-1.5">
<span className="flex items-center justify-center w-6 h-6 rounded-md bg-primary-600 text-white">
@@ -477,7 +477,7 @@ export function ContactsListPage() {
<div className="flex-1 p-0.5">
<button
onClick={() => setFoldersOpen(!foldersOpen)}
className="w-full flex items-center justify-between px-3 py-2.5 rounded-md text-sm font-medium text-primary-700 bg-primary-50 hover:bg-primary-100 transition-colors"
className="w-full flex items-center justify-between px-3 py-2.5 rounded-md text-sm font-bold text-secondary-700 hover:bg-secondary-100 transition-colors"
>
<span className="flex items-center gap-1.5">
<span className="flex items-center justify-center w-6 h-6 rounded-md bg-primary-600 text-white">