From 50eba457f65e4acd382e3f7d4ddd512d6497e173 Mon Sep 17 00:00:00 2001 From: mbrucedogs Date: Sun, 20 Jul 2025 18:32:19 -0500 Subject: [PATCH] Signed-off-by: mbrucedogs --- src/components/common/SelectSinger.tsx | 27 ++++++++++++++------------ src/components/common/SongInfo.tsx | 17 +++++++++------- 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/src/components/common/SelectSinger.tsx b/src/components/common/SelectSinger.tsx index 1ffe674..09b3d10 100644 --- a/src/components/common/SelectSinger.tsx +++ b/src/components/common/SelectSinger.tsx @@ -73,18 +73,21 @@ const SelectSinger: React.FC = ({ isOpen, onClose, song }) => breakpoints={[0, 0.5, 0.8]} initialBreakpoint={0.8} > - - - Select Singer - - - + + + Select Singer +
+ +
+
+
{/* Song Information */} diff --git a/src/components/common/SongInfo.tsx b/src/components/common/SongInfo.tsx index 171c009..5c3f6d2 100644 --- a/src/components/common/SongInfo.tsx +++ b/src/components/common/SongInfo.tsx @@ -93,13 +93,16 @@ const SongInfo: React.FC = ({ isOpen, onClose, song }) => { Song Info - +
+ +