design : mobile review panel UI rework

This commit is contained in:
GuillaumeSD
2024-04-12 03:31:52 +02:00
parent daaf145fa9
commit 56b267762e
3 changed files with 31 additions and 10 deletions

View File

@@ -83,7 +83,9 @@ export default function ReviewPanelBody() {
{isGameOver && (
<Grid item xs={12}>
<Typography align="center">Game is over</Typography>
<Typography align="center" fontSize="0.9rem">
Game is over
</Typography>
</Grid>
)}