style : analysis UI size improvements

This commit is contained in:
GuillaumeSD
2024-04-06 18:53:30 +02:00
parent 71fef9014c
commit 5c435a571e
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ export default function Accuracies() {
xs={12}
justifyContent="center"
alignItems="center"
columnGap={{ xs: "8vw", sm: 6, md: 8 }}
columnGap={{ xs: "8vw", md: 10 }}
>
<Typography
align="center"

View File

@@ -65,7 +65,7 @@ export default function ReviewPanelBody() {
color="#27f019"
height={25}
/>
<Typography variant="h6" align="center">
<Typography variant="h6" align="center" lineHeight="25px">
Engine evaluation
</Typography>
</Grid>