diff --git a/src/components/layouts/sidebar/Sidebar.tsx b/src/components/layouts/sidebar/Sidebar.tsx
index 67f9b42a..2a735037 100644
--- a/src/components/layouts/sidebar/Sidebar.tsx
+++ b/src/components/layouts/sidebar/Sidebar.tsx
@@ -46,7 +46,9 @@ const Sidebar = ({
background: "linear-gradient(to bottom, white, #F8EFDA)",
}}
>
-
+
+
+
@@ -71,6 +73,7 @@ const Sidebar = ({
color: "black",
backgroundColor: (theme) =>
`${theme.palette.primary.main}!important`,
+ borderRadius: "100px",
}),
}}
>
@@ -117,6 +120,7 @@ const Sidebar = ({
color: "black",
backgroundColor: (theme) =>
`${theme.palette.primary.main}!important`,
+ borderRadius: "100px",
}),
}}
>
@@ -143,7 +147,7 @@ const Sidebar = ({
variant="persistent"
PaperProps={{
sx: {
- width: "265px",
+ width: "275px",
border: "0 !important",
boxShadow: "0px 7px 30px 0px rgb(113 122 131 / 11%)",
},
@@ -160,7 +164,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;