style: accordion headers as rounded buttons (bg-primary-50, text-primary-700, rounded-md)

This commit is contained in:
Agent Zero
2026-07-28 12:52:02 +02:00
parent 8e475ef248
commit 0ce3b8e4d1
+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-white bg-primary-600 hover:bg-primary-700 rounded-none transition-colors" 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"
> >
<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-white bg-primary-600 hover:bg-primary-700 rounded-none transition-colors" 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"
> >
<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} />