From 5877b8cc6f7cb5c23bcb42f0f356b4772c5ebeae Mon Sep 17 00:00:00 2001 From: jeffvli Date: Tue, 13 Jun 2023 18:38:55 -0700 Subject: [PATCH] Fix feature carousel dynamic styles --- .../components/feature-carousel/index.tsx | 85 +++++++++---------- 1 file changed, 42 insertions(+), 43 deletions(-) diff --git a/src/renderer/components/feature-carousel/index.tsx b/src/renderer/components/feature-carousel/index.tsx index a4df9112..78e5a1a7 100644 --- a/src/renderer/components/feature-carousel/index.tsx +++ b/src/renderer/components/feature-carousel/index.tsx @@ -171,10 +171,10 @@ export const FeatureCarousel = ({ data }: FeatureCarouselProps) => { > {currentItem?.name} @@ -203,6 +203,46 @@ export const FeatureCarousel = ({ data }: FeatureCarouselProps) => { {currentItem?.releaseYear} {currentItem?.songCount} tracks + + + + + + + @@ -214,47 +254,6 @@ export const FeatureCarousel = ({ data }: FeatureCarouselProps) => { )} - - - - - ); };