Skip to content

Commit a8491c7

Browse files
committed
4025: Updates footer color
1 parent dcb61ea commit a8491c7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/js/mui/palette.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ module.exports = Object.freeze({
55
background: { default: '#ffffff' },
66
primary: { main: '#f0f6fa' },
77
secondary: { main: '#cde3c3' },
8-
info: { main: '#d3dfe6' },
8+
info: {
9+
main: '#d3dfe6',
10+
dark: '#262431'
11+
},
912
text: {
1013
primary: '#000000',
1114
secondary: '#1478a6'

0 commit comments

Comments
 (0)