You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
482 B

  1. // ==============================|| THEME CONFIG ||============================== //
  2. const config = {
  3. defaultPath: '/lionerDashboard',
  4. fontFamily: `'Public Sans', sans-serif`,
  5. i18n: 'en',
  6. miniDrawer: false,
  7. container: true,
  8. mode: 'light',
  9. presetColor: 'default',
  10. themeDirection: 'ltr'
  11. };
  12. export default config;
  13. export const drawerWidth = 260;
  14. export const twitterColor = '#1DA1F2';
  15. export const facebookColor = '#3b5998';
  16. export const linkedInColor = '#0e76a8';