fix(web): 🐛💄 make header bg color match footer

This commit is contained in:
Collin M. Barrett 2020-09-20 17:31:58 -05:00
parent 85e1c57f77
commit 9c933da9c6

View file

@ -23,7 +23,7 @@ const { Header, Content, Footer } = Layout;
export const App: React.FC = () => (
<Router>
<Layout>
<Header>
<Header style={{ background: "#000" }}>
<Logo />
<Menu mode="horizontal" style={{ lineHeight: "64px" }} />
</Header>