mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
fix cursor
This commit is contained in:
@@ -364,6 +364,7 @@ const ParticipantList = ({
|
||||
{participants.response.map((participant: Participant) => (
|
||||
<ListItem
|
||||
onClick={selectParticipant(participant)}
|
||||
cursor="pointer"
|
||||
className={
|
||||
(participantInput.length > 0 &&
|
||||
selectedText &&
|
||||
@@ -380,7 +381,7 @@ const ParticipantList = ({
|
||||
alignItems="center"
|
||||
borderBottom="1px"
|
||||
borderColor="gray.300"
|
||||
py="2"
|
||||
p="2"
|
||||
mx="2"
|
||||
_last={{ borderBottom: "0" }}
|
||||
key={participant.name}
|
||||
|
||||
Reference in New Issue
Block a user