other ui improvements

This commit is contained in:
Arjun Patel
2022-01-22 21:31:02 -08:00
parent 6eace5fe55
commit c1914fd5b5
+1 -1
View File
@@ -150,7 +150,7 @@ export default function OfficeCard(props: IOfficeCard) {
<Tooltip title={"Join"}>
<button
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" />
</button>