rsf-admin/src/themes/rsfTheme.js
File was renamed from rsf-admin/src/themes/rcsTheme.js @@ -2,7 +2,7 @@ const MAIN_COLOR = 'rgb(47, 104, 172)'; // #2f68ac export const rcsDarkTheme = { export const rsfDarkTheme = { palette: { primary: { main: '#90caf9', @@ -51,7 +51,7 @@ }, } export const rcsLightTheme = { export const rsfLightTheme = { typography: { // fontFamily: `'Microsoft YaHei', Arial, sans-serif`, },