Updated client packages + reverted theme changes.

This commit is contained in:
Patrick Fic
2020-10-06 09:18:31 -07:00
parent 3da6568d75
commit 008498642d
7 changed files with 78 additions and 108 deletions

View File

@@ -68,8 +68,8 @@ function Header({
return (
<Menu
mode="horizontal"
theme="light"
style={{ backgroundColor: "#eee" }}
theme="dark"
// style={{ backgroundColor: "#eee" }}
className="header-main-menu"
selectedKeys={[selectedHeader]}
onClick={handleMenuClick}