File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ const useStyles = (theme) => ({
3636 fontSize : '10px' ,
3737 marginRight : '3px' ,
3838 } ,
39+ listItem : {
40+ paddingBottom : '0px' ,
41+ paddingTop : '0px' ,
42+ } ,
3943 footer : {
4044 marginTop : '20px' ,
4145 }
@@ -104,15 +108,15 @@ const App = ({classes}) => {
104108 < Grid item >
105109 < Typography variant = "h6" > Possible applications</ Typography >
106110 < List dense >
107- < ListItem >
111+ < ListItem className = { classes . listItem } >
108112 < FiberManualRecordIcon className = { classes . listBullet } />
109113 < ListItemText primary = "In-app navigation" primaryTypographyProps = { { variant : "body1" } } />
110114 </ ListItem >
111- < ListItem >
115+ < ListItem className = { classes . listItem } >
112116 < FiberManualRecordIcon className = { classes . listBullet } fontSize = "small" />
113117 < ListItemText primary = "Search for contacts/items/files" primaryTypographyProps = { { variant : "body1" } } />
114118 </ ListItem >
115- < ListItem >
119+ < ListItem className = { classes . listItem } >
116120 < FiberManualRecordIcon className = { classes . listBullet } fontSize = "small" />
117121 < ListItemText primary = "Any other use cases requiring a list of options to select from" primaryTypographyProps = { { variant : "body1" } } />
118122 </ ListItem >
You can’t perform that action at this time.
0 commit comments