chore: add mobile app

This commit is contained in:
2026-02-07 22:33:02 +01:00
parent db34640acc
commit e89384ad4e
29327 changed files with 3886944 additions and 12 deletions
+17
View File
@@ -0,0 +1,17 @@
export const spacing = {
xs: 4,
s: 8,
m: 12,
l: 16,
xl: 24,
xxl: 32,
xxxl: 48,
} as const;
export const borderRadius = {
sm: 8,
md: 12,
lg: 16,
xl: 25,
full: 9999,
} as const;