From e826a55d4517ee10de0298bd270bc16b64b27bfb Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sat, 5 Apr 2025 19:58:49 -0500 Subject: [PATCH] track options add to playlist images --- components/ItemDetail/helpers/TrackOptions.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/ItemDetail/helpers/TrackOptions.tsx b/components/ItemDetail/helpers/TrackOptions.tsx index a6816999..1c06669e 100644 --- a/components/ItemDetail/helpers/TrackOptions.tsx +++ b/components/ItemDetail/helpers/TrackOptions.tsx @@ -186,7 +186,8 @@ export default function TrackOptions({ source={getImageApi(Client.api!).getItemImageUrlById(playlist.Id!)} style={{ borderRadius: getToken("$2"), - width: getToken("$15") + width: getToken("$15"), + height: getToken("$15") }} />