Skip to content

Commit a71b768

Browse files
fix notification alignment (#4) (#5)
1 parent 558cdb0 commit a71b768

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/layout/MainLayout/Header/NotificationSection

src/layout/MainLayout/Header/NotificationSection/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const NotificationSection = () => {
151151
primary={<Typography variant="subtitle1">Joseph William</Typography>}
152152
secondary={<Typography variant="subtitle2">Purchase a new product</Typography>}
153153
/>
154-
<ListItemSecondaryAction sx={{ top: 22 }}>
154+
<ListItemSecondaryAction sx={{ top: 20 }}>
155155
<Grid container justifyContent="flex-end">
156156
<Grid item>
157157
<QueryBuilderTwoToneIcon
@@ -178,7 +178,7 @@ const NotificationSection = () => {
178178
primary={<Typography variant="subtitle1">Sara Soudein</Typography>}
179179
secondary={<Typography variant="subtitle2">Currently Login</Typography>}
180180
/>
181-
<ListItemSecondaryAction sx={{ top: 22 }}>
181+
<ListItemSecondaryAction sx={{ top: 30 }}>
182182
<Grid container justifyContent="flex-end">
183183
<Grid item>
184184
<QueryBuilderTwoToneIcon
@@ -205,7 +205,7 @@ const NotificationSection = () => {
205205
primary={<Typography variant="subtitle1">Sepha Wilon</Typography>}
206206
secondary={<Typography variant="subtitle2">Purchase a new product</Typography>}
207207
/>
208-
<ListItemSecondaryAction sx={{ top: 22 }}>
208+
<ListItemSecondaryAction sx={{ top: 30 }}>
209209
<Grid container justifyContent="flex-end">
210210
<Grid item>
211211
<QueryBuilderTwoToneIcon

0 commit comments

Comments
 (0)