Skip to content

Commit

Permalink
iOS: fix add user button alignment (#6588)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Nov 10, 2023
1 parent 5b9c618 commit 28bb1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Users/ManageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function ManageUsers() {
className="w-full"
onClick={() => navigate("/users/add")}
>
<CareIcon className="care-l-plus w-full text-lg" />
<CareIcon icon="l-plus" className="text-lg" />
<p>Add New User</p>
</ButtonV2>
);
Expand Down

0 comments on commit 28bb1df

Please sign in to comment.