mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
larger tx mode box size
This commit is contained in:
@@ -613,10 +613,10 @@ const ApplicationSettings = () => {
|
|||||||
name="tx_mode"
|
name="tx_mode"
|
||||||
label={LL.TX_MODE()}
|
label={LL.TX_MODE()}
|
||||||
value={data.tx_mode}
|
value={data.tx_mode}
|
||||||
fullWidth
|
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
onChange={updateFormValue}
|
onChange={updateFormValue}
|
||||||
margin="normal"
|
margin="normal"
|
||||||
|
sx={{ width: '15ch' }}
|
||||||
select
|
select
|
||||||
>
|
>
|
||||||
<MenuItem value={1}>EMS</MenuItem>
|
<MenuItem value={1}>EMS</MenuItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user