Change VersionComparison spaces
This commit is contained in:
@@ -11,14 +11,14 @@ export default function VersionComparison({versionData}) {
|
|||||||
<Box sx={{padding: 3}}>
|
<Box sx={{padding: 3}}>
|
||||||
<Grid container spacing={2}>
|
<Grid container spacing={2}>
|
||||||
<Grid item xs={6}>
|
<Grid item xs={6}>
|
||||||
<Paper sx={{padding: 2, backgroundColor: '#388E3C'}}>
|
<Paper sx={{padding: 1, backgroundColor: '#388E3C'}}>
|
||||||
<Typography variant='body1' sx={{color: '#fff'}}>
|
<Typography variant='body1' sx={{color: '#fff'}}>
|
||||||
{main.contenu}
|
{main.contenu}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Paper>
|
</Paper>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={6}>
|
<Grid item xs={6}>
|
||||||
<Paper sx={{padding: 2, backgroundColor: outdated ? '#D32F2F' : '#1976D2'}}>
|
<Paper sx={{padding: 1, backgroundColor: outdated ? '#D32F2F' : '#1976D2'}}>
|
||||||
<Typography variant='body1' sx={{color: '#fff'}}>
|
<Typography variant='body1' sx={{color: '#fff'}}>
|
||||||
{current.contenu}
|
{current.contenu}
|
||||||
</Typography>
|
</Typography>
|
||||||
@@ -30,7 +30,7 @@ export default function VersionComparison({versionData}) {
|
|||||||
<Typography textAlign='center' variant='subtitle1' sx={{fontWeight: 'bold', marginBottom: 1}}>
|
<Typography textAlign='center' variant='subtitle1' sx={{fontWeight: 'bold', marginBottom: 1}}>
|
||||||
LÉGENDE
|
LÉGENDE
|
||||||
</Typography>
|
</Typography>
|
||||||
<Grid container spacing={2}>
|
<Grid container spacing={1}>
|
||||||
<Grid item container xs={12} alignItems='center' spacing={2}>
|
<Grid item container xs={12} alignItems='center' spacing={2}>
|
||||||
<Grid item>
|
<Grid item>
|
||||||
<Paper
|
<Paper
|
||||||
|
|||||||
Reference in New Issue
Block a user