other ui improvements
This commit is contained in:
@@ -150,7 +150,7 @@ export default function OfficeCard(props: IOfficeCard) {
|
|||||||
<Tooltip title={"Join"}>
|
<Tooltip title={"Join"}>
|
||||||
<button
|
<button
|
||||||
onClick={handleJoinOfficeRoom}
|
onClick={handleJoinOfficeRoom}
|
||||||
className="bg-gray-300 bg-opacity-25 p-2 rounded hover:bg-opacity-40"
|
className="ml-2 bg-gray-300 bg-opacity-25 p-2 rounded hover:bg-opacity-40"
|
||||||
>
|
>
|
||||||
<HiSpeakerphone className="text-lg text-white" />
|
<HiSpeakerphone className="text-lg text-white" />
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user