mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
make login screen a bit nicer
This commit is contained in:
parent
0e6925bec6
commit
33aa2d8906
@ -152,7 +152,7 @@ export default {
|
|||||||
},
|
},
|
||||||
NDLogin: {
|
NDLogin: {
|
||||||
systemNameLink: {
|
systemNameLink: {
|
||||||
color: '#D60017',
|
color: '#ff4e6b',
|
||||||
},
|
},
|
||||||
welcome: {
|
welcome: {
|
||||||
color: '#eee',
|
color: '#eee',
|
||||||
@ -161,6 +161,9 @@ export default {
|
|||||||
minWidth: 300,
|
minWidth: 300,
|
||||||
backgroundColor: '#1d1d1d',
|
backgroundColor: '#1d1d1d',
|
||||||
},
|
},
|
||||||
|
icon: {
|
||||||
|
filter: 'hue-rotate(115deg)',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
MuiPaper: {
|
MuiPaper: {
|
||||||
elevation1: {
|
elevation1: {
|
||||||
@ -169,6 +172,9 @@ export default {
|
|||||||
root: {
|
root: {
|
||||||
color: '#eee',
|
color: '#eee',
|
||||||
},
|
},
|
||||||
|
rounded: {
|
||||||
|
borderRadius: '6px',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
NDMobileArtistDetails: {
|
NDMobileArtistDetails: {
|
||||||
bgContainer: {
|
bgContainer: {
|
||||||
@ -189,10 +195,10 @@ export default {
|
|||||||
paddingBottom: '1rem',
|
paddingBottom: '1rem',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
NDDeleteMissingFilesButton: {
|
NDDeleteMissingFilesButton: {
|
||||||
deleteButton: {
|
deleteButton: {
|
||||||
color: 'unset',
|
color: 'unset',
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
player: {
|
player: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user