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
@@ -86,7 +86,7 @@ export const SubscribePlanPage = () => {
size="icon"
title="Update Subscribe Plan"
>
<PencilSquareIcon className="h-4 w-4" />
<PencilSquareIcon className="size-4" />
</Button>
<Button
type="button"
@@ -95,7 +95,7 @@ export const SubscribePlanPage = () => {
onClick={() => setSelectedSubscribePlan(data)}
title="Hapus Subscribe Plan"
>
<TrashIcon className="h-4 w-4" />
<TrashIcon className="size-4" />
</Button>
</div>
),
@@ -111,7 +111,7 @@ export const SubscribePlanPage = () => {
size="lg"
className="text-md h-[42px] px-4"
>
<PlusIcon className="h-8 w-8" /> Buat Subscribe Plan
<PlusIcon className="size-8" /> Buat Subscribe Plan
</Button>
</div>