style: remove light blue bg, bold text, keep dark icon block
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user