diff --git a/src/components/layouts/sidebar/Sidebar.tsx b/src/components/layouts/sidebar/Sidebar.tsx index c1d013ee..7bdad600 100644 --- a/src/components/layouts/sidebar/Sidebar.tsx +++ b/src/components/layouts/sidebar/Sidebar.tsx @@ -47,7 +47,9 @@ const Sidebar = ({ background: "linear-gradient(to bottom, white, #F8EFDA)", }} > - + + + @@ -72,6 +74,7 @@ const Sidebar = ({ color: "black", backgroundColor: (theme) => `${theme.palette.primary.main}!important`, + borderRadius: "100px", }), }} > @@ -118,6 +121,7 @@ const Sidebar = ({ color: "black", backgroundColor: (theme) => `${theme.palette.primary.main}!important`, + borderRadius: "100px", }), }} > @@ -144,7 +148,7 @@ const Sidebar = ({ variant="persistent" PaperProps={{ sx: { - width: "265px", + width: "275px", border: "0 !important", boxShadow: "0px 7px 30px 0px rgb(113 122 131 / 11%)", }, @@ -161,7 +165,7 @@ const Sidebar = ({ onClose={onSidebarClose} PaperProps={{ sx: { - width: "265px", + width: "275px", border: "0 !important", }, }} diff --git a/src/styles/globals.css b/src/styles/globals.css index adeb9620..c4378068 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -152,10 +152,11 @@ h3, h4, h5, h6, -p .css-1ydl6z0-MuiTypography-root { +p .css-1ydl6z0-MuiTypography-root .css-b7ovn5-MuiTypography-root .menu-list-content{ font-family: Poppins, sans-serif !important; } + .two-line-text { display: -webkit-box; -webkit-line-clamp: 2;