diff --git a/components/Player/mini-player.tsx b/components/Player/mini-player.tsx index 8b597810..b6aa6330 100644 --- a/components/Player/mini-player.tsx +++ b/components/Player/mini-player.tsx @@ -51,7 +51,8 @@ export function Miniplayer({ source={getImageApi(Client.api!).getItemImageUrlById(nowPlaying!.item.AlbumId!)} style={{ width: getToken("$12"), - height: getToken("$12") + height: getToken("$12"), + borderRadius: getToken("$1") }} />