sdy

update MenuBar.js style

......@@ -4,12 +4,12 @@ import TitleBox from "./TitleBox";
import MenuIcons from "./MenuIcons";
const MenuBar = styled.div`
width: 15%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px 10px;
box-shadow: 1px 1px 10px #8395a7;
background-color: #667aff;
`;
......