Removed opacity for unselected items

This commit is contained in:
Alex Kim
2024-12-09 00:00:03 +11:00
parent a6b49c42cf
commit 353ebf3b0c

View File

@@ -235,9 +235,7 @@ export const EpisodeList: React.FC<Props> = ({ item, close }) => {
<View
key={_item.Id}
style={{}}
className={`flex flex-col w-44
${item?.Id === _item.Id ? "" : "opacity-50"}
`}
className={`flex flex-col w-44 opacity-100`}
>
<TouchableOpacity
onPress={() => {