testing audio playing which looks like it is

This commit is contained in:
Arjun Patel
2022-01-15 23:47:32 -08:00
parent 54fd98b1a9
commit c765bea753
4 changed files with 88 additions and 2 deletions
+9 -1
View File
@@ -170,7 +170,7 @@ export default function TeamVoiceLine() {
key={i}
className={`rounded flex flex-row items-center py-2 px-2 justify-items-start ease-in-out duration-300 hover:cursor-pointer ${
tmember.id == audioContext.selectedTeammate
? "bg-white scale-150 z-20"
? "bg-white scale-150 z-20 translate-x-2/4"
: ""
}`}
>
@@ -245,6 +245,14 @@ export default function TeamVoiceLine() {
)}
</Tooltip>
<Tooltip title="press space to play last convo">
<button className="ml-2 h-10 border-green-400 border-2 bg-opacity-80 p-2 rounded hover:bg-opacity-100">
<span className="text-sm text-green-500 font-bold">
SPACE
</span>
</button>
</Tooltip>
<BsThreeDots className="text-black ml-2 hover:cursor-pointer" />
</>
) : (