fix(plugin-org): add spacing between member search and list

Signed-off-by: Arup Chauhan <arupchauhan.connect@gmail.com>
This commit is contained in:
Arup Chauhan
2026-01-12 03:09:50 -06:00
parent 89cffcb854
commit 74216f3147
@@ -341,7 +341,7 @@ export const MembersListCard = (props: {
setSearchTerm(e.target.value)
}
/>
{memberList}
<Box sx={{ mt: 2 }}>{memberList}</Box>
</>
)}
</InfoCard>