pull/901/head
Mikael Finstad 2022-03-01 17:49:01 +08:00
rodzic 8578886f5c
commit 37f142a9e1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -230,12 +230,10 @@ const BottomBar = memo(({
/>
)}
<div style={{ background: primaryColor, margin: '2px 5px 0 5px', display: 'flex', alignItems: 'center', justifyContent: 'center', width: 34, height: 34, borderRadius: 17 }}>
<div role="button" onClick={togglePlay} style={{ background: primaryColor, margin: '2px 5px 0 5px', display: 'flex', alignItems: 'center', justifyContent: 'center', width: 34, height: 34, borderRadius: 17 }}>
<PlayPause
style={{ marginLeft: playing ? 0 : 2 }}
size={16}
role="button"
onClick={togglePlay}
/>
</div>