mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
refactor: rename theme name
attribute to themeName
This commit is contained in:
parent
dd2e98fca2
commit
747b5ea25e
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ const Configuration = () => {
|
|||
}}
|
||||
>
|
||||
{themeNames.map((t) => (
|
||||
<MenuItem value={t}>{themes[t].name}</MenuItem>
|
||||
<MenuItem value={t}>{themes[t].themeName}</MenuItem>
|
||||
))}
|
||||
</Select>
|
||||
</CardContent>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import blue from '@material-ui/core/colors/blue'
|
||||
|
||||
export default {
|
||||
name: 'Dark (default)',
|
||||
themeName: 'Dark (default)',
|
||||
palette: {
|
||||
primary: {
|
||||
main: '#90caf9'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export default {
|
||||
name: 'Light',
|
||||
themeName: 'Light',
|
||||
palette: {
|
||||
secondary: {
|
||||
light: '#5f5fc4',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue