style: accordion headers as system-colored buttons (bg-primary-600, white text)

This commit is contained in:
Agent Zero
2026-07-28 12:47:25 +02:00
parent 65bb9c9866
commit 8e475ef248
+2 -2
View File
@@ -395,7 +395,7 @@ export function ContactsListPage() {
<div className="border-b border-secondary-200"> <div className="border-b border-secondary-200">
<button <button
onClick={() => setViewsOpen(!viewsOpen)} onClick={() => setViewsOpen(!viewsOpen)}
className="w-full flex items-center justify-between px-3 py-2 text-xs font-semibold text-secondary-700 hover:bg-secondary-50 transition-colors" className="w-full flex items-center justify-between px-3 py-2 text-xs font-semibold text-white bg-primary-600 hover:bg-primary-700 rounded-none transition-colors"
> >
<span className="flex items-center gap-1.5"> <span className="flex items-center gap-1.5">
<LayoutGrid className="w-3.5 h-3.5" strokeWidth={2} /> <LayoutGrid className="w-3.5 h-3.5" strokeWidth={2} />
@@ -475,7 +475,7 @@ export function ContactsListPage() {
<div className="flex-1"> <div className="flex-1">
<button <button
onClick={() => setFoldersOpen(!foldersOpen)} onClick={() => setFoldersOpen(!foldersOpen)}
className="w-full flex items-center justify-between px-3 py-2 text-xs font-semibold text-secondary-700 hover:bg-secondary-50 transition-colors" className="w-full flex items-center justify-between px-3 py-2 text-xs font-semibold text-white bg-primary-600 hover:bg-primary-700 rounded-none transition-colors"
> >
<span className="flex items-center gap-1.5"> <span className="flex items-center gap-1.5">
<Bookmark className="w-3.5 h-3.5" strokeWidth={2} /> <Bookmark className="w-3.5 h-3.5" strokeWidth={2} />