Front: Fix some mistakes

This commit is contained in:
Arthur Jamet
2023-12-02 08:18:12 +01:00
parent 4d16723e38
commit 454835338f
3 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ const ScoreModal = (props: ScoreModalProps) => {
wrong: [props.score.wrong, 'error']
} as const
return <Column space={4} style={{ alignItems: 'center' }}>
return <Column w='xl' space={4} style={{ alignItems: 'center' }}>
<Row space={2} style={{ justifyContent: 'center' }}>
{[1, 2, 3].map((index) => (
<Star1
@@ -80,7 +80,7 @@ const ScoreModal = (props: ScoreModalProps) => {
</Column>
))}
</Row>
<Row style={{ justifyContent: 'space-between' }}>
<Row w="100%" style={{ justifyContent: 'space-between' }}>
<ButtonBase
style={{}}
icon={Play}