mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-11 20:06:16 +00:00
Removed opacity for unselected items
This commit is contained in:
@@ -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={() => {
|
||||
|
||||
Reference in New Issue
Block a user