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) => (
|
{participants.response.map((participant: Participant) => (
|
||||||
<ListItem
|
<ListItem
|
||||||
onClick={selectParticipant(participant)}
|
onClick={selectParticipant(participant)}
|
||||||
|
cursor="pointer"
|
||||||
className={
|
className={
|
||||||
(participantInput.length > 0 &&
|
(participantInput.length > 0 &&
|
||||||
selectedText &&
|
selectedText &&
|
||||||
@@ -380,7 +381,7 @@ const ParticipantList = ({
|
|||||||
alignItems="center"
|
alignItems="center"
|
||||||
borderBottom="1px"
|
borderBottom="1px"
|
||||||
borderColor="gray.300"
|
borderColor="gray.300"
|
||||||
py="2"
|
p="2"
|
||||||
mx="2"
|
mx="2"
|
||||||
_last={{ borderBottom: "0" }}
|
_last={{ borderBottom: "0" }}
|
||||||
key={participant.name}
|
key={participant.name}
|
||||||
|
|||||||
Reference in New Issue
Block a user