chore: fix design

This commit is contained in:
kawamataryo 2024-12-12 07:59:36 +09:00
parent acb146255c
commit 7fd8fb61c9

View File

@ -103,7 +103,7 @@ const UserCard = ({
<ReSearchButton onClick={handleReSearchClick} />
<DeleteButton onClick={handleDeleteClick} />
</div>
<div className="w-[170px]">
<div className="w-[170px] flex justify-end">
<ActionButton
loading={loading}
actionBtnLabelAndClass={actionBtnLabelAndClass}