Skip to content

Commit dcb61ea

Browse files
committed
4025: Updates header color
1 parent 6a92b4d commit dcb61ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/js/mui/palette.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ module.exports = Object.freeze({
1212
},
1313
toolbarBackground: {
1414
dark: '#062135',
15-
main: '#0a314d',
15+
main: '#000051',
1616
},
1717
common: {
1818
black: '#000000',
1919
white: '#ffffff'
2020
},
2121
header: {
2222
primary: '#062135',
23-
secondary: '#0A314D'
23+
secondary: '#000051'
2424
},
2525
chart: {
2626
primary: '#222222',

0 commit comments

Comments
 (0)