File tree Expand file tree Collapse file tree
src/layout/MainLayout/Header/NotificationSection Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments