mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-08 19:32:16 +03:00
feat: make theme select input longer
This commit is contained in:
parent
eb621be646
commit
dd2e98fca2
@ -8,7 +8,7 @@ import themes from '../themes'
|
|||||||
|
|
||||||
const useStyles = makeStyles({
|
const useStyles = makeStyles({
|
||||||
label: { width: '10em', display: 'inline-block' },
|
label: { width: '10em', display: 'inline-block' },
|
||||||
button: { margin: '1em' }
|
select: { minWidth: 200 }
|
||||||
})
|
})
|
||||||
|
|
||||||
const Configuration = () => {
|
const Configuration = () => {
|
||||||
@ -24,6 +24,7 @@ const Configuration = () => {
|
|||||||
<CardContent>
|
<CardContent>
|
||||||
<div className={classes.label}>{translate('menu.theme')}</div>
|
<div className={classes.label}>{translate('menu.theme')}</div>
|
||||||
<Select
|
<Select
|
||||||
|
className={classes.select}
|
||||||
value={theme}
|
value={theme}
|
||||||
variant="filled"
|
variant="filled"
|
||||||
onChange={(event) => {
|
onChange={(event) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user