EpisodeLine: Add missing border radius (#558)

This commit is contained in:
Zoe Roux 2024-07-07 18:03:35 +07:00 committed by GitHub
commit a15649b9df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -259,7 +259,7 @@ export const EpisodeLine = ({
width: percent(18), width: percent(18),
aspectRatio: 16 / 9, aspectRatio: 16 / 9,
}} }}
{...css({ flexShrink: 0, m: ts(1) })} {...css({ flexShrink: 0, m: ts(1), borderRadius: imageBorderRadius })}
> >
{(watchedPercent || watchedStatus === WatchStatusV.Completed) && ( {(watchedPercent || watchedStatus === WatchStatusV.Completed) && (
<> <>