make the button prettty again

This commit is contained in:
Timo
2025-05-19 19:59:35 +02:00
parent aa00a951b6
commit fb95ba278e

View File

@@ -126,14 +126,14 @@ export const SettingsModal: FC<Props> = ({
/> />
)} )}
{iosDeviceMenu && ( {iosDeviceMenu && (
<button <Button
onClick={(e): void => { onClick={(e): void => {
e.preventDefault(); e.preventDefault();
window.controls.showNativeOutputDevicePicker?.(); window.controls.showNativeOutputDevicePicker?.();
}} }}
> >
Test {t("settings.devices.change_device_button")}
</button> </Button>
)} )}
<DeviceSelection <DeviceSelection
device={devices.audioOutput} device={devices.audioOutput}