Skip to content

Commit

Permalink
Merge pull request #336 from shreyas1434shinde/notification
Browse files Browse the repository at this point in the history
Issue #PS-2322 fix: workspace UI imrovement
  • Loading branch information
itsvick authored Nov 21, 2024
2 parents af80332 + a82c15f commit f437c3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions src/components/layouts/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ const Sidebar = ({
background: "linear-gradient(to bottom, white, #F8EFDA)",
}}
>
<LogoIcon />
<Box sx={{ display: "flex", justifyContent: "center" }}>
<LogoIcon />
</Box>

<Box mt={2}>
<List>
Expand All @@ -72,6 +74,7 @@ const Sidebar = ({
color: "black",
backgroundColor: (theme) =>
`${theme.palette.primary.main}!important`,
borderRadius: "100px",
}),
}}
>
Expand Down Expand Up @@ -118,6 +121,7 @@ const Sidebar = ({
color: "black",
backgroundColor: (theme) =>
`${theme.palette.primary.main}!important`,
borderRadius: "100px",
}),
}}
>
Expand All @@ -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%)",
},
Expand All @@ -161,7 +165,7 @@ const Sidebar = ({
onClose={onSidebarClose}
PaperProps={{
sx: {
width: "265px",
width: "275px",
border: "0 !important",
},
}}
Expand Down
3 changes: 2 additions & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f437c3b

Please sign in to comment.