make login screen a bit nicer

This commit is contained in:
Stephan Wahlen 2025-11-23 15:24:38 +01:00
parent 0e6925bec6
commit 33aa2d8906

View File

@ -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: {