Update LineRow.tsx

This commit is contained in:
talksik
2022-05-20 09:04:16 -05:00
parent e47944f10b
commit b15a32f9e4
@@ -106,7 +106,7 @@ export default React.memo(function LineRow({
${line.isUserToggleTuned && ' bg-gray-100'} ${line.isUserToggleTuned && ' bg-gray-100'}
${line.isUserTunedIn && isSelected && ' bg-gray-100 shadow-2xl'}`} ${line.isUserTunedIn && isSelected && ' bg-gray-200 shadow-2xl'}`}
> >
{/* channel picture */} {/* channel picture */}
{line.profilePictures && ( {line.profilePictures && (