🚧 WIP on Mantine V6

This commit is contained in:
ajnart
2023-03-03 00:37:22 +09:00
parent 05423440f3
commit 5dae500ac3
30 changed files with 275 additions and 156 deletions

View File

@@ -55,8 +55,8 @@ const useStyles = createStyles((theme) => ({
description: {
maxWidth: 540,
margin: 'auto',
marginTop: theme.spacing.xl,
marginBottom: theme.spacing.xl * 1.5,
marginTop: parseInt(theme.spacing.xl, 10),
marginBottom: `calc(${theme.spacing.xl} * 1.5)`,
},
}));