Signed-off-by: mbrucedogs <mbrucedogs@gmail.com>
This commit is contained in:
parent
b696dbdabd
commit
50eba457f6
@ -73,18 +73,21 @@ const SelectSinger: React.FC<SelectSingerProps> = ({ isOpen, onClose, song }) =>
|
|||||||
breakpoints={[0, 0.5, 0.8]}
|
breakpoints={[0, 0.5, 0.8]}
|
||||||
initialBreakpoint={0.8}
|
initialBreakpoint={0.8}
|
||||||
>
|
>
|
||||||
<IonHeader>
|
<IonHeader>
|
||||||
<IonToolbar>
|
<IonToolbar>
|
||||||
<IonTitle>Select Singer</IonTitle>
|
<IonTitle>Select Singer</IonTitle>
|
||||||
<ActionButton
|
<div slot="end">
|
||||||
onClick={onClose}
|
<ActionButton
|
||||||
variant={ActionButtonVariant.SECONDARY}
|
onClick={onClose}
|
||||||
size={ActionButtonSize.SMALL}
|
variant={ActionButtonVariant.SECONDARY}
|
||||||
icon={Icons.CLOSE}
|
size={ActionButtonSize.SMALL}
|
||||||
iconSlot={ActionButtonIconSlot.ICON_ONLY}
|
icon={Icons.CLOSE}
|
||||||
/>
|
iconSlot={ActionButtonIconSlot.ICON_ONLY}
|
||||||
</IonToolbar>
|
fill="clear"
|
||||||
</IonHeader>
|
/>
|
||||||
|
</div>
|
||||||
|
</IonToolbar>
|
||||||
|
</IonHeader>
|
||||||
|
|
||||||
<IonContent>
|
<IonContent>
|
||||||
{/* Song Information */}
|
{/* Song Information */}
|
||||||
|
|||||||
@ -93,13 +93,16 @@ const SongInfo: React.FC<SongInfoProps> = ({ isOpen, onClose, song }) => {
|
|||||||
<IonHeader>
|
<IonHeader>
|
||||||
<IonToolbar>
|
<IonToolbar>
|
||||||
<IonTitle>Song Info</IonTitle>
|
<IonTitle>Song Info</IonTitle>
|
||||||
<ActionButton
|
<div slot="end">
|
||||||
onClick={onClose}
|
<ActionButton
|
||||||
variant={ActionButtonVariant.SECONDARY}
|
onClick={onClose}
|
||||||
size={ActionButtonSize.SMALL}
|
variant={ActionButtonVariant.SECONDARY}
|
||||||
icon={Icons.CLOSE}
|
size={ActionButtonSize.SMALL}
|
||||||
iconSlot={ActionButtonIconSlot.ICON_ONLY}
|
icon={Icons.CLOSE}
|
||||||
/>
|
iconSlot={ActionButtonIconSlot.ICON_ONLY}
|
||||||
|
fill="clear"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</IonToolbar>
|
</IonToolbar>
|
||||||
</IonHeader>
|
</IonHeader>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user