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