style: synchronize icons for categories and items v1.2.5
This commit is contained in:
@@ -286,7 +286,7 @@ export default function AdminPage() {
|
||||
<section className="space-y-6">
|
||||
<div className="flex items-center justify-between px-2">
|
||||
<div className="flex items-center gap-3">
|
||||
<Tag size={20} className="text-primary" />
|
||||
<Layers size={20} className="text-primary" />
|
||||
<h2 className="text-lg font-black text-white">Category Groups</h2>
|
||||
</div>
|
||||
<button
|
||||
@@ -304,8 +304,8 @@ export default function AdminPage() {
|
||||
categories.map(cat => (
|
||||
<div key={cat.id} className="flex items-center justify-between p-4 hover:bg-slate-800/30 transition-all group">
|
||||
<div className="flex items-center gap-4 min-w-0 flex-1">
|
||||
<div className="p-2.5 bg-slate-800 text-slate-500 rounded-xl border border-slate-700 shadow-inner group-hover:text-primary transition-all shrink-0">
|
||||
<Tag size={16} />
|
||||
<div className="p-2.5 bg-slate-800 text-slate-500 rounded-xl border border-slate-700 shadow-inner group-hover:text-primary group-hover:bg-primary/5 transition-all shrink-0">
|
||||
<Layers size={16} />
|
||||
</div>
|
||||
<div className="min-w-0 flex-1">
|
||||
<p className="text-sm font-bold text-white group-hover:text-primary transition-colors truncate">{cat.name}</p>
|
||||
|
||||
Reference in New Issue
Block a user