diff --git a/src/components/detail/castSection.tsx b/src/components/detail/castSection.tsx index 5c26067..9c1fc4a 100644 --- a/src/components/detail/castSection.tsx +++ b/src/components/detail/castSection.tsx @@ -103,7 +103,7 @@ export const CastAvatar = React.memo(function CastAvatar({ name, role, imageUrl style={{ width: '4.375rem', height: '4.375rem', - borderRadius: showImage ? 8 : '50%', + borderRadius: '50%', background: showImage ? 'transparent' : 'rgba(255,255,255,0.1)', display: 'flex', alignItems: 'center',