mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-16 07:12:24 +03:00
Fixing 50 shades of blue
This commit is contained in:
parent
5990a4285f
commit
d6c70554b3
@ -45,7 +45,7 @@ const useStyles = makeStyles((theme) => ({
|
|||||||
marginTop: '1em',
|
marginTop: '1em',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
color: 'blue', //theme.palette.grey[500]
|
color: '#3f51b5', //theme.palette.grey[500]
|
||||||
},
|
},
|
||||||
form: {
|
form: {
|
||||||
padding: '0 1em 1em 1em',
|
padding: '0 1em 1em 1em',
|
||||||
|
@ -4,7 +4,7 @@ export default {
|
|||||||
secondary: {
|
secondary: {
|
||||||
light: '#5f5fc4',
|
light: '#5f5fc4',
|
||||||
dark: '#001064',
|
dark: '#001064',
|
||||||
main: '#283593',
|
main: '#3f51b5',
|
||||||
contrastText: '#fff',
|
contrastText: '#fff',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user