Files
projet_gestion_commande/mobile/src/theme/spacing.ts
T
2026-02-07 22:33:02 +01:00

18 lines
201 B
TypeScript

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;