Fix code compilation

This commit is contained in:
2023-07-04 18:47:37 +02:00
parent b8c58ff1f5
commit 1a4a7985e0
4 changed files with 265 additions and 293 deletions

View File

@ -78,13 +78,13 @@ function NoFamilyWidget(p: {
}): React.ReactElement {
return (
<div style={{ flex: 1, display: "flex", alignItems: "center" }}>
<Typography variant="h3" style={{ flex: 1, textAlign: "center" }}>
<Typography variant="h3" style={{ flex: 3, textAlign: "center" }}>
Vous n'appartenez à aucune famille !
</Typography>
<div
style={{
flex: 1,
flex: 2,
display: "flex",
flexDirection: "column",
alignItems: "center",