fixing somethings but just a mess

This commit is contained in:
talksik
2022-05-18 08:45:44 -05:00
parent 61c8930a7f
commit 69709a1a05
3 changed files with 10 additions and 2 deletions
@@ -131,7 +131,7 @@ export default React.memo(function LineRow({
onClick={handleActivateLine}
role={'presentation'}
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 rounded
cursor-pointer transition-all relative z-50 rounded direction-ltr
${isUserToggleTuned && ' bg-gray-100 shadow-2xl '}
${isSelected && ' bg-gray-200 scale-110 shadow-2xl translate-x-3 '}
`}