fix: anchor streaming service filter check icon to each provider card (#2634)

This commit is contained in:
0xsysr3ll
2026-03-05 22:48:41 +01:00
committed by GitHub
parent e25c1a52ec
commit 94ccd47e76

View File

@@ -452,7 +452,7 @@ export const WatchProviderSelector = ({
key={`prodiver-${provider.id}`}
>
<div
className={`provider-container w-full cursor-pointer rounded-lg ring-1 ${
className={`provider-container relative w-full cursor-pointer rounded-lg ring-1 ${
isActive
? 'bg-gray-600 ring-indigo-500 hover:bg-gray-500'
: 'bg-gray-700 ring-gray-500 hover:bg-gray-600'
@@ -495,7 +495,7 @@ export const WatchProviderSelector = ({
key={`prodiver-${provider.id}`}
>
<div
className={`provider-container w-full cursor-pointer rounded-lg ring-1 transition ${
className={`provider-container relative w-full cursor-pointer rounded-lg ring-1 transition ${
isActive
? 'bg-gray-600 ring-indigo-500 hover:bg-gray-500'
: 'bg-gray-700 ring-gray-500 hover:bg-gray-600'