This commit is contained in:
Eric Bailey
2024-09-15 15:34:34 -05:00
parent 5945eeda3b
commit ebee10c6f2
@@ -265,30 +265,28 @@ export function ExternalPlayer({
/> />
</> </>
) : ( ) : (
<> <Fill
<Fill style={[
style={[ a.rounded_sm,
a.rounded_sm, {
{ backgroundColor:
backgroundColor: t.name === 'light' ? t.palette.contrast_975 : 'black',
t.name === 'light' ? t.palette.contrast_975 : 'black', borderBottomLeftRadius: 0,
borderBottomLeftRadius: 0, borderBottomRightRadius: 0,
borderBottomRightRadius: 0, opacity: 0.3,
opacity: 0.3, },
}, ]}
]} />
/>
<MediaInsetBorder
opaque
style={[
{
borderBottomLeftRadius: 0,
borderBottomRightRadius: 0,
},
]}
/>
</>
)} )}
<MediaInsetBorder
opaque
style={[
{
borderBottomLeftRadius: 0,
borderBottomRightRadius: 0,
},
]}
/>
<PlaceholderOverlay <PlaceholderOverlay
isLoading={isLoading} isLoading={isLoading}
isPlayerActive={isPlayerActive} isPlayerActive={isPlayerActive}