Style changes

This commit is contained in:
Patrick Fic
2020-10-05 12:35:09 -07:00
parent 8592c98b93
commit 7d9b02bb22
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ function Header({
return (
<Menu
mode="horizontal"
theme="dark"
theme="light"
className="header-main-menu"
selectedKeys={[selectedHeader]}
onClick={handleMenuClick}

View File

@@ -158,7 +158,7 @@ export function Manage({ match, conflict }) {
return (
<Layout className="layout-container">
<Header>
<Header style={{ background: "#fff" }}>
<HeaderContainer />
</Header>
<Content className="content-container">

View File

@@ -1,6 +1,6 @@
.content-container {
overflow-y: auto;
margin: 1rem 1rem 0rem 1rem;
// margin: 0.5rem 0.5rem 0rem 0.5rem;
padding: 0.25rem 1rem 0rem 1rem;
border-radius: 4px;
background: #fff;