Fixed styling of playback toggle button in volume menu. (#615)

This commit is contained in:
Jas Singh
2024-12-24 03:32:51 -08:00
committed by GitHub
parent 905d9776ac
commit 65140db40c
3 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ const Header = (): JSX.Element => (
<box className={'menu-label-container volume selected'} halign={Gtk.Align.FILL}>
<label className={'menu-label audio volume'} halign={Gtk.Align.START} hexpand label={'Volume'} />
<button
className={'menu-label slider-toggle'}
className={'menu-icon-button menu-label slider-toggle volume'}
onClick={(_, event) => {
if (!isPrimaryClick(event)) {
return;