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} xs={12}
justifyContent="center" justifyContent="center"
alignItems="center" alignItems="center"
columnGap={{ xs: "8vw", sm: 6, md: 8 }} columnGap={{ xs: "8vw", md: 10 }}
> >
<Typography <Typography
align="center" align="center"

View File

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

View File

@@ -9,7 +9,7 @@ export default function EngineSettingsButton() {
return ( return (
<> <>
<Tooltip title="Engine settings"> <Tooltip title="Engine settings">
<IconButton onClick={() => setOpenDialog(true)}> <IconButton onClick={() => setOpenDialog(true)} sx={{ paddingY: 0.3 }}>
<Icon icon="ri:settings-3-line" height={20} /> <Icon icon="ri:settings-3-line" height={20} />
</IconButton> </IconButton>
</Tooltip> </Tooltip>