Skip to content

Commit 7a5bc05

Browse files
committed
style(dashboard): match the unset-row remove button to input chrome
Use the secondary variant at input height so the delete sits beside the feature select as a uniform control.
1 parent 47c170e commit 7a5bc05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vite/src/views/products/features/credit-systems/components/CreditRateCardRow.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ export function CreditRateCardRow({
8989
<IconButton
9090
aria-label="Remove rate card item"
9191
type="button"
92-
variant="skeleton"
92+
variant="secondary"
9393
iconOrientation="center"
94-
className="shrink-0 text-tertiary-foreground hover:text-red-500"
95-
icon={<TrashIcon size={12} />}
94+
className="h-input w-10 shrink-0 rounded-lg text-tertiary-foreground hover:text-red-500"
95+
icon={<TrashIcon size={14} />}
9696
onClick={onRemove}
9797
/>
9898
</div>

0 commit comments

Comments
 (0)