diff --git a/src/BrandedNavBar/MobileMenu.tsx b/src/BrandedNavBar/MobileMenu.tsx index 3003d3990..2a3f2a823 100644 --- a/src/BrandedNavBar/MobileMenu.tsx +++ b/src/BrandedNavBar/MobileMenu.tsx @@ -8,7 +8,6 @@ import { BrandingText } from "../Branding"; import { DropdownLink, DropdownText } from "../DropdownMenu"; import { Icon } from "../Icon"; import { Link } from "../Link"; -import { LinkProps } from "../Link/Link"; import { addStyledProps } from "../StyledProps"; import NulogyLogo from "./NulogyLogo"; import { TriggerFunctionProps } from "./TriggerFunctionProps"; @@ -163,7 +162,7 @@ const getSubMenuHeading = (layer, name) => type ThemeColorObject = { textColor?: string; background?: string; - logoColor?: string; + logoColor?: "white" | "blue"; }; type MenuItem = { @@ -237,7 +236,7 @@ const BaseMobileMenu: React.FC> = ( }) => (