trying connections with less

This commit is contained in:
talksik
2022-05-19 18:32:21 -05:00
parent 781c6db7d9
commit e7e256cad9
3 changed files with 32 additions and 17 deletions
@@ -135,7 +135,7 @@ export default React.memo(function LineRow({
className={`flex flex-row items-center justify-start gap-2 px-4 py-4 hover:bg-gray-200
cursor-pointer transition-all relative z-50
${isUserToggleTuned && ' bg-gray-100 shadow-2xl'}`}
${(isUserToggleTuned || isUserTunedIn) && ' bg-gray-100 shadow-2xl'}`}
>
{/* channel picture */}
{profilePictures && (