mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
Better icon play/pause connections (#150)
This commit is contained in:
parent
011bbe4b1e
commit
cb2b59a656
@ -359,7 +359,7 @@ export default () => {
|
||||
class="btn-circle btn-sm"
|
||||
onClick={() => setPaused((paused) => !paused)}
|
||||
>
|
||||
{paused() ? <IconPlayerPause /> : <IconPlayerPlay />}
|
||||
{paused() ? <IconPlayerPlay /> : <IconPlayerPause />}
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
|
Loading…
Reference in New Issue
Block a user