Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topheader Issue #1154

Open
aress31 opened this issue Aug 30, 2021 · 0 comments
Open

Topheader Issue #1154

aress31 opened this issue Aug 30, 2021 · 0 comments

Comments

@aress31
Copy link
Contributor

aress31 commented Aug 30, 2021

The topHeader component does not seem to support the color property, please see:

image

export default () => {
  const routeResult = useRoutes(routes);

  return (
    <Root scheme={muiLayout}>
      <CssBaseline />
      <TopHeader variant='outlined' color='secondary'>
        <MarketingBar />
      </TopHeader>
      <Header variant='outlined' color='primary'>
        <NavBar />
      </Header>
      <EdgeSidebar anchor='left'>
        <SidebarContent>SidebarContent</SidebarContent>
      </EdgeSidebar>
      <Content>{routeResult}</Content>
      <Footer>Footer</Footer>
    </Root>
  );
};

NOTE: Even the variant=outlined does not seem to apply, I think this component does not extend AppBar that might be why...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant