hover effect added to poster in torrent card

This commit is contained in:
Daniel Shleifman
2021-08-23 16:13:51 +03:00
parent 489bf41f6a
commit fabd9e05f6

View File

@@ -38,6 +38,12 @@ export const TorrentCardPoster = styled.div`
overflow: hidden;
text-align: center;
cursor: pointer;
transition: 0.2s;
position: relative;
:hover {
filter: brightness(0.7);
}
${({
isPoster,