diff --git a/src/app/configs/themesConfig.ts b/src/app/configs/themesConfig.ts index f23c26f..13770fc 100644 --- a/src/app/configs/themesConfig.ts +++ b/src/app/configs/themesConfig.ts @@ -80,7 +80,7 @@ export const themesConfig: FuseThemesType = { }, background: { paper: '#1e293b', - default: '#111827' + default: '#081c44' }, error: { light: '#ffcdd2', diff --git a/src/app/theme-layouts/layout1/components/navbar/style-1/NavbarStyle1Content.tsx b/src/app/theme-layouts/layout1/components/navbar/style-1/NavbarStyle1Content.tsx index 3c983ed..3cd5910 100644 --- a/src/app/theme-layouts/layout1/components/navbar/style-1/NavbarStyle1Content.tsx +++ b/src/app/theme-layouts/layout1/components/navbar/style-1/NavbarStyle1Content.tsx @@ -47,6 +47,7 @@ function NavbarStyle1Content(props: NavbarStyle1ContentProps) {
softec Tecnologies