Update TeamVoiceLine.tsx

This commit is contained in:
Arjun Patel
2022-01-23 22:02:37 -08:00
parent eaacbe70c4
commit f1182456b5
+1 -1
View File
@@ -237,7 +237,7 @@ export default function TeamVoiceLine() {
<PowerPlayer show={showPowerPlayer} handleCloseModal={handleCloseModal} />
{/* list of team members */}
<div className="flex flex-col overflow-y-auto pr-2">
<div className="flex flex-col overflow-y-auto space-y-2">
{renderTeamMemberList()}
</div>
</section>