mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(web): 🐛💄 make header bg color match footer
This commit is contained in:
parent
85e1c57f77
commit
9c933da9c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue