Better icon play/pause connections (#150)

This commit is contained in:
JeelsBoobz 2023-09-06 08:50:43 +07:00 committed by GitHub
parent 011bbe4b1e
commit cb2b59a656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -359,7 +359,7 @@ export default () => {
class="btn-circle btn-sm"
onClick={() => setPaused((paused) => !paused)}
>
{paused() ? <IconPlayerPause /> : <IconPlayerPlay />}
{paused() ? <IconPlayerPlay /> : <IconPlayerPause />}
</Button>
<Button