added changes regarding ui and fix version range

Signed-off-by: npiyush97 <npiyush35@gmail.com>
This commit is contained in:
npiyush97
2023-07-04 14:52:54 +05:30
parent 2b4513abb7
commit a86315d99e
3 changed files with 8 additions and 10 deletions
@@ -68,6 +68,11 @@ const useStyles = makeStyles((theme: Theme) => ({
color: theme.palette.grey[700],
marginBottom: theme.spacing(1),
},
adrBox: {
display: 'flex',
justifyContent: 'space-around',
marginTop: '10px',
},
}));
const AdrListContainer = (props: {
@@ -127,7 +132,7 @@ const AdrListContainer = (props: {
style: { whiteSpace: 'normal' },
}}
secondary={
<Box>
<Box className={classes.adrBox}>
{adr.date}
{adr.status && (
<Chip