Update MainPanel.tsx

This commit is contained in:
talksik
2022-05-17 16:21:10 -05:00
parent 87884512f8
commit 9f84a1be24
@@ -353,7 +353,7 @@ function LineDetails() {
</div>
{/* live broadcasters */}
<div className="flex flex-col w-full gap-2 mt-5 border border-teal-500 rounded shadow-2xl">
<div className="flex flex-col w-full gap-2 mt-5 shadow-2xl border border-gray-200">
{selectedLine.otherUserObjects.map((otherUser) => (
<div key={otherUser.email} className="flex flex-row items-center gap-2 p-4">
<Avatar