diff --git a/src/themes/Theme.tsx b/src/themes/Theme.tsx index 316eb00..eb6dc0f 100644 --- a/src/themes/Theme.tsx +++ b/src/themes/Theme.tsx @@ -36,6 +36,8 @@ const theme = createTheme({ softRed: palette.softRed, }, spacing: { + xxs: 2, + xs: 4, s: 8, m: 16, l: 24,