feat: update icon size classes for consistency across components

This commit is contained in:
Ardeman
2025-03-15 08:58:34 +08:00
parent cbfb8e72cc
commit 405e57b92d
14 changed files with 28 additions and 28 deletions
+3 -3
View File
@@ -70,7 +70,7 @@ export const CategoriesPage = () => {
size="icon"
title="Update Kategori"
>
<PencilSquareIcon className="h-4 w-4" />
<PencilSquareIcon className="size-4" />
</Button>
{data.code === 'spotlight' ? (
''
@@ -82,7 +82,7 @@ export const CategoriesPage = () => {
onClick={() => setSelectedCategory(data)}
title="Hapus Kategori"
>
<TrashIcon className="h-4 w-4" />
<TrashIcon className="size-4" />
</Button>
)}
</div>
@@ -106,7 +106,7 @@ export const CategoriesPage = () => {
size="lg"
className="text-md h-[42px] px-4"
>
<PlusIcon className="h-8 w-8" /> Buat Kategori
<PlusIcon className="size-8" /> Buat Kategori
</Button>
</div>