modal Add item works

This commit is contained in:
2021-11-01 12:30:56 +01:00
parent e3c0555452
commit b4e68dbac4
31 changed files with 167 additions and 148 deletions

View File

@@ -91,10 +91,10 @@ const theme = {
textB5: LightenDarken(textB0, -18),
},
fontSizes: {
fontS: '16px',
fontM: '24px',
fontL: '32px',
fontXL: '64px',
fontS: 16,
fontM: 24,
fontL: 32,
fontXL: 64,
},
mediaQueries: {
"below768": "only screen and (max-width: 768px)",